johnhuang316/code-index-mcp
A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Platform-specific configuration:
{
"mcpServers": {
"code-index-mcp": {
"command": "npx",
"args": [
"-y",
"code-index-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
[](https://modelcontextprotocol.io) [](https://www.python.org/) [](LICENSE)
Intelligent code indexing and analysis for Large Language Models
Transform how AI understands your codebase with advanced search, analysis, and navigation capabilities.
</div>
<a href="https://glama.ai/mcp/servers/@johnhuang316/code-index-mcp"> </a>
Code Index MCP is a Model Context Protocol server that bridges the gap between AI models and complex codebases. It provides intelligent indexing, advanced search capabilities, and detailed code analysis to help AI assistants understand and navigate your projects effectively.
Perfect for: Code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
The easiest way to get started with any MCP-compatible application:
Prerequisites: Python 3.10+ and uv
claude_desktop_config.json or ~/.claude.json): {
"mcpServers": {
"code-index": {
"command": "uvx",
"args": ["code-index-mcp"]
}
}
} > Optional: append --project-path /absolute/path/to/repo to the args array so the server > initializes with that repository automatically (equivalent to calling set_project_path > after startup).
uvx automatically handles installation and execution Set the project path to /Users/dev/my-reacLoading reviews...