Code MCP Server

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

Local serverstdioTypeScript

What is the Code MCP server?

Connect Code to Claude, Cursor or any other MCP client and it stops being a tab you switch to. CodeFundi MCP server for codebase mapping and blast-radius analysis. The code mcp server is what makes that connection.

What the server does

  • 🔍 Semantic & grep code search across your indexed codebase map
  • 🧠 AI-powered research: search plus AI analysis in a single call
  • 📦 Repository management: index, status, README, listing, public catalog
  • 🛰️ Repository intelligence: cross-repo dependency map, blueprint, Blast-Radius Guard (impact analysis before you merge)
  • 📄 File documentation: AI-generated docs for any indexed file
  • 📊 Usage statistics: query usage, activity, language breakdowns

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Errors — The Errors tool exposed by this server
  • Configure — The Configure tool exposed by this server
  • Search — The Search tool exposed by this server
  • Repositories — The Repositories tool exposed by this server
  • Files — The Files tool exposed by this server
  • History — The History tool exposed by this server
  • Statistics — The Statistics tool exposed by this server
  • Authentication — The Authentication tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: CODEFUNDI_API_KEY, CODEFUNDI_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Installation goes through your MCP client rather than a global install: point it at tsx on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Code's toolset — Errors, Configure, Search and 5 more — is a fair guide to whether it matches your workflow. It is maintained by FelixWaweru; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Code's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
ErrorsThe Errors tool exposed by this server.
ConfigureThe Configure tool exposed by this server.
SearchThe Search tool exposed by this server.
RepositoriesThe Repositories tool exposed by this server.
FilesThe Files tool exposed by this server.
HistoryThe History tool exposed by this server.
StatisticsThe Statistics tool exposed by this server.
AuthenticationThe Authentication tool exposed by this server.

How to install the Code MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
CODEFUNDI_API_KEYCredential the server authenticates with.Yes
CODEFUNDI_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Code to Errors.
  • Use Code to Configure.
  • Use Code to Search.

Frequently asked questions

It connects Code to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Errors, Configure, Search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Code directly.