Skip to content
Grok

devdocs mcp for Grok

io.github.madhan-g-p/devdocs-mcp

Local DevDocs MCP Server (Developer Docs with project specific context awareness)

client:Grok transport:stdio runtime:npm

Install devdocs mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "devdocs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@madhan-g-p/devdocs-mcp-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

devdocs mcp in other clients