mcpbeat Sign in

Codebase Context MCP Server

by jhackman2019 Your server? Claim it
local only

Codebase Context MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 13 Feb 2026.

Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.

Installs per day peak 25 · avg 7 · +26% w/w
a month agotoday
40
Installs / week
npm · codebase-context-mcp
0
Stars
0 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/indexer/search.ts:68
      const content = await readFileContent(path.join(index.rootDir, filePath));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add codebase-context-mcp -- npx -y codebase-context-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codebase-context-mcp": {
      "args": [
        "-y",
        "codebase-context-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codebase-context-mcp]
command = "npx"
args = ["-y", "codebase-context-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "codebase-context-mcp": {
      "args": [
        "-y",
        "codebase-context-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codebase-context-mcp": {
      "args": [
        "-y",
        "codebase-context-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Codebase Context MCP

same job, measured the same way
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Rpg Encoder
by userfrm

Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.

105 installs/wk local only
X402 Codesearch MCP
by liminalpepe

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

30 installs/wk local only
AGENTS.md Generator
by nushey

Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.

311 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Docuwriter
by docuwriter

Generate, search, and manage codebase documentation on DocuWriter.ai. 72 tools incl. Autopilot.

answering

Codebase Context MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Codebase Context MCP?
Codebase Context MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package codebase-context-mcp was installed 40 times last week.
How do I connect Codebase Context MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls codebase-context-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Codebase Context MCP?
The npm package codebase-context-mcp was installed 40 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codebase Context MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.