code_intelligence_mcp_server
Verified Safeby iceinvein
Overview
Provides semantic search and code navigation capabilities to LLM agents by locally indexing codebases.
Installation
npx -y @iceinvein/code-intelligence-mcpEnvironment Variables
- BASE_DIR
Security Notes
The server binary is distributed via GitHub releases and installed by an npm script, relying on the integrity of the release process. The `fastembed` embedding backend downloads AI models from Hugging Face, introducing an external dependency. A local web UI feature can be enabled, exposing an HTTP server on `127.0.0.1:8787` by default. No direct 'eval' or obvious hardcoded secrets were found.
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
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
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.