Jfrog MCP Server
Rank #11,020io.github.jfrog/jfrog-mcp-server
MCP server providing jfrog-server capabilities
Jfrog MCP Server is a Model Context Protocol (MCP) server published by jfrog. It ranks #11,020 of 115,591 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. Jfrog MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Sep 23, 2025 and most recently updated on Oct 26, 2025.
Ranks ahead of 104,571 of 115,591 servers on MCP Toplist.
Use Jfrog MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http jfrog-mcp-server https://myplatform.jfrog.github.io/mcp[mcp_servers.jfrog-mcp-server]
url = "https://myplatform.jfrog.github.io/mcp"Add to ~/.codex/config.toml.
https://myplatform.jfrog.github.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"jfrog-mcp-server": {
"url": "https://myplatform.jfrog.github.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jfrog-mcp-server": {
"type": "http",
"url": "https://myplatform.jfrog.github.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jfrog-mcp-server": {
"serverUrl": "https://myplatform.jfrog.github.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jfrog-mcp-server": {
"url": "https://myplatform.jfrog.github.io/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jfrog%2Fjfrog-mcp-server)<a href="https://mcptoplist.com/server/io.github.jfrog%2Fjfrog-mcp-server"><img src="https://mcptoplist.com/badge/io.github.jfrog%2Fjfrog-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jfrog
Other servers by jfrog
View all jfrog servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Oct 26, 2025 |
| 0.1.0 | Oct 26, 2025 |
Frequently asked questions
- Who maintains Jfrog MCP Server?
- Jfrog MCP Server is maintained by jfrog, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Jfrog MCP Server listed on the Official MCP Registry?
- Yes — Jfrog MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Jfrog MCP Server have?
- MCP Toplist tracks 2 versions of Jfrog MCP Server, most recently published on Oct 26, 2025.
- Where can I find the source code for Jfrog MCP Server?
- The source code for Jfrog MCP Server is hosted at github.com/jfrog/jfrog-mcp-server.