Loading languages...
@J

@jfrog/mcp-jfrog

@jfrog106

Model Context Protocol (MCP) Server for the JFrog Platform API, enabling repository management, build tracking, release lifecycle management, and more.

repository management
build tracking
release management
artifact search
security scanning
devops
platform integration

# mcpServer Config

{
  "mcpServers": {
    "MCP-JFrog": {
      "command": "npm",
      "args": [
        "exec",
        "-y",
        "github:jfrog/mcp-jfrog"
      ],
      "env": {
        "JFROG_ACCESS_TOKEN": "ACCESS_TOKEN",
        "JFROG_URL": "https://<YOUR_JFROG_INSTANCE_URL>"
      }
    }
  }
}

# stdio

npm exec -y github:jfrog/mcp-jfrog

# sseURL

http://localhost:8080/sse
Transport:
stdio
sse
Language:
TypeScript
Created:3/17/2025
Updated:7/29/2025
Homepage: