cocoindex-code

cocoindex-io/cocoindex-code
★ 776 stars Python 🤖 AI/LLM Updated 1mo ago
A super light-weight embedded code mcp (AST based) that just works - saves 70% token and improves speed for coding agent. 🌟 Star if you like it!
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": {
    "cocoindex-code": {
      "command": "uvx",
      "args": [
        "cocoindex-code"
      ]
    }
  }
}

Or install with pip: pip install cocoindex-code

Topics

agentsastcocoindexcode-searchcoding-agentcontext-engineeringindexingmcppythontree-sitter