code-context
Rank #2,049io.github.infino-ai/code-context
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
code-context is a Model Context Protocol (MCP) server published by infino-ai. It ranks #2,049 of 127,399 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. code-context is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 125,350 of 127,399 servers on MCP Toplist.
Use code-context
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add code-context -e "CX_ROOT=<your CX_ROOT>" -e "CX_INDEX_DIR=<your CX_INDEX_DIR>" -e "CX_AUTO_SYNC=<your CX_AUTO_SYNC>" -e "CX_NO_EMBED=<your CX_NO_EMBED>" -e "CX_NO_RECEIPT=<your CX_NO_RECEIPT>" -- npx -y @infino-ai/code-contextReplace each placeholder with your own value before saving.
[mcp_servers.code-context]
command = "npx"
args = ["-y", "@infino-ai/code-context"]
[mcp_servers.code-context.env]
CX_ROOT = "<your CX_ROOT>"
CX_INDEX_DIR = "<your CX_INDEX_DIR>"
CX_AUTO_SYNC = "<your CX_AUTO_SYNC>"
CX_NO_EMBED = "<your CX_NO_EMBED>"
CX_NO_RECEIPT = "<your CX_NO_RECEIPT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-context": {
"command": "npx",
"args": [
"-y",
"@infino-ai/code-context"
],
"env": {
"CX_ROOT": "<your CX_ROOT>",
"CX_INDEX_DIR": "<your CX_INDEX_DIR>",
"CX_AUTO_SYNC": "<your CX_AUTO_SYNC>",
"CX_NO_EMBED": "<your CX_NO_EMBED>",
"CX_NO_RECEIPT": "<your CX_NO_RECEIPT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-context": {
"command": "npx",
"args": [
"-y",
"@infino-ai/code-context"
],
"env": {
"CX_ROOT": "<your CX_ROOT>",
"CX_INDEX_DIR": "<your CX_INDEX_DIR>",
"CX_AUTO_SYNC": "<your CX_AUTO_SYNC>",
"CX_NO_EMBED": "<your CX_NO_EMBED>",
"CX_NO_RECEIPT": "<your CX_NO_RECEIPT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"code-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infino-ai/code-context"
],
"env": {
"CX_ROOT": "<your CX_ROOT>",
"CX_INDEX_DIR": "<your CX_INDEX_DIR>",
"CX_AUTO_SYNC": "<your CX_AUTO_SYNC>",
"CX_NO_EMBED": "<your CX_NO_EMBED>",
"CX_NO_RECEIPT": "<your CX_NO_RECEIPT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-context": {
"command": "npx",
"args": [
"-y",
"@infino-ai/code-context"
],
"env": {
"CX_ROOT": "<your CX_ROOT>",
"CX_INDEX_DIR": "<your CX_INDEX_DIR>",
"CX_AUTO_SYNC": "<your CX_AUTO_SYNC>",
"CX_NO_EMBED": "<your CX_NO_EMBED>",
"CX_NO_RECEIPT": "<your CX_NO_RECEIPT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-context": {
"command": "npx",
"args": [
"-y",
"@infino-ai/code-context"
],
"env": {
"CX_ROOT": "<your CX_ROOT>",
"CX_INDEX_DIR": "<your CX_INDEX_DIR>",
"CX_AUTO_SYNC": "<your CX_AUTO_SYNC>",
"CX_NO_EMBED": "<your CX_NO_EMBED>",
"CX_NO_RECEIPT": "<your CX_NO_RECEIPT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.infino-ai%2Fcode-context)<a href="https://mcptoplist.com/server/io.github.infino-ai%2Fcode-context"><img src="https://mcptoplist.com/badge/io.github.infino-ai%2Fcode-context.svg" alt="MCP Toplist: Top 5% of 127,399" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
infino-ai
Other servers by infino-ai
View all infino-ai servers →Available versions (7)
| Version | Published |
|---|---|
| 0.4.0 | Aug 24, 2026 |
| 0.3.0 | Aug 19, 2026 |
| 0.2.0 | Aug 13, 2026 |
| 0.1.4 | Jul 20, 2026 |
| 0.1.2 | Jul 16, 2026 |
| 0.1.1 | Jul 14, 2026 |
| 0.1.0 | Jul 13, 2026 |
Frequently asked questions
- Who maintains code-context?
- code-context is maintained by infino-ai, which publishes 2 MCP servers (23 total versions) tracked on MCP Toplist.
- Is code-context listed on the Official MCP Registry?
- Yes — code-context is listed on the Official MCP Registry, alongside Glama.
- How many versions does code-context have?
- MCP Toplist tracks 7 versions of code-context, most recently published on Aug 24, 2026.
- Where can I find the source code for code-context?
- The source code for code-context is hosted at github.com/infino-ai/code-context.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.