iceinvein/code_intelligence_mcp_server
This server indexes your codebase locally to provide fast, semantic, and structure-aware code navigation to tools like ClaudeCode, OpenCode, Trae, and Cursor.
Platform-specific configuration:
{
"mcpServers": {
"code_intelligence_mcp_server": {
"command": "npx",
"args": [
"-y",
"code_intelligence_mcp_server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...