Odel
code fundi mcp

code fundi mcp

Local
@code-fundi1TypeScriptUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@codefundi/code-fundi-mcpv0.1.4

Run

npx -y @codefundi/code-fundi-mcp

MCP client config

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