Code Index runs on your own machine — the client starts it, so there is no endpoint to ping. 380 installs a week from pypi. Last commit 14 May 2026.
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
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.
claude mcp add code-index -- uvx mcp-code-index
{
"mcpServers": {
"code-index": {
"args": [
"mcp-code-index"
],
"command": "uvx"
}
}
}
[mcp_servers.code-index]
command = "uvx"
args = ["mcp-code-index"]
{
"mcpServers": {
"code-index": {
"args": [
"mcp-code-index"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"code-index": {
"args": [
"mcp-code-index"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.