code_intelligence_mcp_server

iceinvein/code_intelligence_mcp_server
★ 1 stars Rust 🤖 AI/LLM Updated 7d ago
This server indexes your codebase locally to provide fast, semantic, and structure-aware code navigation to tools like ClaudeCode, OpenCode, Trae, and Cursor.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code_intelligence_mc": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "code_intelligence_mcp_server"
      ]
    }
  }
}

README Excerpt

> **Give your AI coding agent a deep understanding of your codebase.** A local code indexing engine that gives LLM agents like **Claude Code**, **Cursor**, **Trae**, and **OpenCode** semantic search, call graphs, type hierarchies, and impact analysis across your codebase. Written in Rust with Metal GPU acceleration.

Tools (20)

EMBEDDINGS_BACKENDEMBEDDINGS_DEVICEEXCLUDE_PATTERNSHYBRID_ALPHAINDEX_PATTERNSLEARNING_ENABLEDLEARNING_FILE_AFFINITY_BOOSTLEARNING_SELECTION_BOOSTMAX_CONTEXT_BYTESMAX_CONTEXT_TOKENSRANK_EXPORTED_BOOSTRANK_POPULARITY_WEIGHTRANK_TEST_PENALTYREPO_ROOTSWATCH_MODEexplain_searchexplore_cross_repo_dependenciesexplore_dependency_graphfind_affected_codefind_dead_code