code-index-mcp
Verified Safeby trondhindenes
Overview
Provides fast local source code searching using Zoekt's trigram-based indexing.
Installation
./code-index-mcpEnvironment Variables
- CODE_INDEX_DIR
- CODE_INDEX_WEBSERVER_PORT
Security Notes
The server primarily interacts with the local file system for indexing and searching, which is its core functionality. It resolves paths to absolute paths, and includes filtering for common binary and ignored files/directories. The optional web server runs on `127.0.0.1` (localhost), limiting network exposure. There are no indications of 'eval', obfuscation, hardcoded secrets, or malicious patterns. Assuming the user trusts and controls the environment where this binary is run, it appears safe.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
zoekt-mcp
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.