Skip to content
Cursor

code fundi mcp for Cursor

io.github.felixwaweru/code-fundi-mcp

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

client:Cursor transport:stdio runtime:npm

Install code fundi mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "code-fundi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codefundi/code-fundi-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

code fundi mcp in other clients