Skip to content
Grok

devmcp for Grok

io.github.rudranaresh0201/devmcp

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

client:Grok transport:stdio runtime:pypi

Install devmcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "devmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "devmcp-server"
      ]
    }
  }
}

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

devmcp in other clients