Skip to content
Grok

jfrog dummy mcp for Grok

io.github.guykjfrog/jfrog-dummy-mcp

JFrog dummy MCP server

client:Grok transport:stdio runtime:npm

Install jfrog dummy mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "jfrog-dummy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@guykorol_jfrog/jfrog-dummy-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

jfrog dummy mcp in other clients