Code Context runs on your own machine — the client starts it, so there is no endpoint to ping. 93 installs a week from npm. Last commit 8 Sep 2026.
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
We read the source, 3 h ago · rules 3dff92dd89df
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.
const proc = spawn(process.execPath, [workerPath], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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-context -- npx -y @infino-ai/code-context
{
"mcpServers": {
"code-context": {
"args": [
"-y",
"@infino-ai/code-context"
],
"command": "npx"
}
}
}
[mcp_servers.code-context]
command = "npx"
args = ["-y", "@infino-ai/code-context"]
{
"mcpServers": {
"code-context": {
"args": [
"-y",
"@infino-ai/code-context"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"code-context": {
"args": [
"-y",
"@infino-ai/code-context"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CX_ROOT (Repository root to serve. Optional - defaults to the working directory the server is launched in.), CX_INDEX_DIR (Where the index lives. Optional - defaults to .infino/ inside the repository root.), CX_AUTO_SYNC (Set to 0 to disable the background staleness sync that runs as queries arrive.), CX_NO_EMBED (Set (1/true/yes) for keyword-only mode - skip the vector stage entirely.), CX_NO_RECEIPT (Set (1/true/yes) to turn off local usage accounting: the per-call receipt on results and the cx usage ledger. Optional - on by default, computed locally, nothing leaves the machine.).
The author declared them in the registry entry; get the values from the project itself.
Fast local and federated OSS code search and repo discovery for AI agents
Local code search and task context packs for coding agents
Local file search for AI agents — semantic + keyword indexing over your codebase.
Local-first memory system for AI agents with hybrid search and graph reasoning
Local-first SCIP code navigation and Zoekt search over your own indexed repositories
Local-first SCIP code navigation and Zoekt search over your own indexed repositories
Local-first SCIP code navigation and Zoekt search over your own indexed repositories
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
Answers built from our own checks of this server.