Server data from the Official MCP Registry
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
About
Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.
Security Report
code-context is a well-designed MCP server for local code search with strong security fundamentals. It operates entirely offline with no authentication, API keys, or network calls required—all computation and data stay on the machine. The codebase shows careful attention to safe practices: no credential storage, no dangerous patterns, proper input validation, and appropriate use of streaming to bound memory. Minor code quality observations (broad error handling in a few places) do not materially impact security. Permissions are well-scoped to the server's purpose: filesystem access for indexing, subprocess for embedding model downloads, and environment variables for configuration. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: CX_ROOT
Environment variable: CX_INDEX_DIR
Environment variable: CX_AUTO_SYNC
Environment variable: CX_NO_EMBED
Environment variable: CX_NO_RECEIPT
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-infino-ai-code-context": {
"env": {
"CX_ROOT": "your-cx-root-here",
"CX_NO_EMBED": "your-cx-no-embed-here",
"CX_AUTO_SYNC": "your-cx-auto-sync-here",
"CX_INDEX_DIR": "your-cx-index-dir-here",
"CX_NO_RECEIPT": "your-cx-no-receipt-here"
},
"args": [
"-y",
"@infino-ai/code-context"
],
"command": "npx"
}
}
}Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
