code-context
About
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CX_ROOT CX_INDEX_DIR CX_AUTO_SYNC CX_NO_EMBED CX_NO_RECEIPTClaude Code
claude mcp add --env CX_ROOT= --env CX_INDEX_DIR= --env CX_AUTO_SYNC= --env CX_NO_EMBED= --env CX_NO_RECEIPT= code-context -- npx @infino-ai/code-context
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"code-context","command":"npx","args":["@infino-ai/code-context"],"env":{"CX_ROOT":"","CX_INDEX_DIR":"","CX_AUTO_SYNC":"","CX_NO_EMBED":"","CX_NO_RECEIPT":""}}'
JSON
{
"mcpServers": {
"code-context": {
"command": "npx",
"args": [
"@infino-ai/code-context"
],
"env": {
"CX_ROOT": "",
"CX_INDEX_DIR": "",
"CX_AUTO_SYNC": "",
"CX_NO_EMBED": "",
"CX_NO_RECEIPT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.