mcpbeat Sign in

MCP Codebase Index MCP Server

by mikerecognex Your server? Claim it
local only

MCP Codebase Index runs on your own machine — the client starts it, so there is no endpoint to ping. 213 installs a week from pypi. Last commit 28 Feb 2026.

Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies.

Installs per day peak 91 · avg 37 · -28% w/w
a month agotoday
213
Installs / week
pypi · mcp-codebase-index
62
Stars
2 open issues
28 Feb 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 18 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.

            else os.path.join(self.root_path, file_path)

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 mcp-codebase-index -- uvx mcp-codebase-index
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-codebase-index": {
      "args": [
        "mcp-codebase-index"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-codebase-index]
command = "uvx"
args = ["mcp-codebase-index"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-codebase-index": {
      "args": [
        "mcp-codebase-index"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-codebase-index": {
      "args": [
        "mcp-codebase-index"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Codebase Index

same job, measured the same way
Code Health Suite
by neogeweb3

16 engines, 28 MCP tools for Python code quality. Zero external dependencies.

43 installs/wk local only
Codex MCP Bridge
by hampsterx

Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.

55 installs/wk local only
codebase-synapse
by iwiels

Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard.

76 installs/wk local only
Code Firewall MCP
by egoughnour

Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.

77 installs/wk local only
Claude MCP Bridge
by hampsterx

Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions.

116 installs/wk local only
Search
by dave-london

MCP server for code search (ripgrep + fd) with structured, token-efficient output

138 installs/wk local only
Token Savior
by mibayy

Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.

local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only

MCP Codebase Index — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Codebase Index?
MCP Codebase Index 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 pypi package mcp-codebase-index was installed 213 times last week.
How do I connect MCP Codebase Index?
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 mcp-codebase-index straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Codebase Index?
The pypi package mcp-codebase-index was installed 213 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Codebase Index open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 62 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.