MCP Directory
Back

cocoindex-code

by cocoindex-io ยท Python ยท โ˜… 1,479

A super light-weight embedded code search engine CLI (AST based) that just works - saves 70% token and improves speed for coding agent ๐ŸŒŸ Star if you like it!

#agents#ast#cocoindex#code-search#coding-agent#context-engineering#indexing#mcp#python#tree-sitter

Install

pip install git+https://github.com/cocoindex-io/cocoindex-code.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "cocoindex-code": {
      "command": "uvx",
      "args": [
        "git+https://github.com/cocoindex-io/cocoindex-code.git"
      ]
    }
  }
}

From the README

AST-based semantic code search that just works A lightweight, effective **(AST-based)** semantic code search tool for your codebase. Built on [CocoIndex](https://github.com/cocoindex-io/cocoindex) โ€” a Rust-based ultra performant data transformation engine. Use it from the CLI, or integrate with Claude, Codex, Cursor โ€” any coding agent โ€” via [Skill](#skill-recommended) or [MCP](#mcp-server). - Instant token saving by 70%. - **1 min setup** โ€” install and go, zero config needed! [](https://discord.com/invite/zpA9S2DR7s) [](https://github.com/cocoindex-io/cocoindex) [](https://cocoindex.io/docsโ€ฆ
Read full README on GitHub โ†’

๐Ÿ’ก Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers