SymDex

husnainpk/SymDex
★ 96 stars Python 🤖 AI/LLM Updated 1mo ago
Code-indexer MCP server for AI agents — 97% fewer tokens per lookup. Supports 13 languages, semantic search, call graph, and cross-repo search.
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": {
    "symdex": {
      "command": "uvx",
      "args": [
        "symdex"
      ]
    }
  }
}

Or install with pip: pip install symdex