Skip to content
Grok

code fundi mcp for Grok

io.github.felixwaweru/code-fundi-mcp

CodeFundi MCP server for codebase mapping and blast-radius analysis.

client:Grok transport:stdio runtime:npm

Install code fundi mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "code-fundi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codefundi/code-fundi-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

code fundi mcp in other clients