CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

JFrog Remote MCP Server

jfrog/jfrog-mcp-server
9HTTPregistry active
Summary

Connects your AI coding assistant directly to JFrog's artifact management platform through a remote server implementation. You get tools for creating and viewing projects and repositories, running AQL queries to search artifacts, checking package curation status, and pulling security reports on CVEs and vulnerabilities. Authentication happens via OAuth, so no API keys to manage. The server runs on JFrog Cloud and updates automatically, meaning you don't install anything locally after the initial configuration. Useful when you need to verify approved packages during development, query the JFrog Catalog for package versions and licenses, or track vulnerabilities in your dependencies without leaving your IDE.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

MCP Client

JFrog Remote MCP Server

The Model Context Protocol (MCP) connects AI systems with external tools, data, and services using a standardized, lightweight interface.
JFrog MCP Server empowers developers, bringing the advanced capabilities of the JFrog platform to the development environment. JFrog MCP Server integrates in IDEs and coding assistants such as Copilot or Cursor to respond to natural-language AI queries with rich, actionable information from the JFrog platform.

Among the capabilities you can access with direct, friendly AI interactions:

  • Resource Management: Create and view projects, repositories, and other JFrog components.
  • Artifact Search: Execute powerful AQL queries to search for artifacts used within your organization.
  • Catalog and Curation: Access package information, versions, vulnerabilities, and check curation status
  • Security Monitoring: generate real-time DevSecOps reports on critical CVEs, severity and applicability of vulnerabilities.

Use these resources and real-time information for various use cases. For example:

  • Ensure that only approved packages are used by developers during coding
  • Query JFrog Catalog about OSS package versions, changes in reported vulnerabilities, and license requirements
  • Track and manage JFrog Projects and artifacts

And much more.

Remote Server Implementation: The JFrog MCP Server is maintained on the JFrog Cloud, and the tools it provides to the client are constantly updated - you automatically get new features and improvements as they are released.
You connect to the JFrog MCP server using OAuth for authentication. This eliminates the need to manage API keys, and no installation or upgrade is required after you enable the implementation.

Set up JFrog MCP Server

The JFrog MCP Server is available to JFrog users with a Cloud (SaaS) subscription.
1. An Admin user must enable the JFrog MCP Server on a JPD in the subscription.
2. You can then add the JFrog MCP Server to an MCP client
3. Save the configuration file.
4. Restart or refresh your MCP client. An OAuth window opens in your browser.
5. Follow the prompts to authorize your MCP client to access the JFrog MCP Server.

The following example shows MCP Server definition in Visual Studio Code:

{
    "mcp":  
        "servers": {  
            "jfrog":   
                "url":"https://<​​JFROG_PLATFORM_URL​​>/mcp" 
            } 
        }

The following example shows MCP Server definition in Cursor:

{  
  "mcpServers": {  
    "jfrog": {  
      "url":"https://<​​JFROG_PLATFORM_URL​​>/mcp"
    }  
  }  
}
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedOct 26, 2025
View on GitHub