MCP Directory
Back

chunkhound

by chunkhound · Python · ★ 1,340

Local first codebase intelligence

#agent#ai#duckdb#mcp-server#rag#semantic-search#tree-sitter

Install

pip install git+https://github.com/chunkhound/chunkhound.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "chunkhound": {
      "command": "uvx",
      "args": [
        "git+https://github.com/chunkhound/chunkhound.git"
      ]
    }
  }
}

From the README

Local-first codebase intelligence Your AI assistant searches code but doesn't understand it. ChunkHound researches your codebase—extracting architecture, patterns, and institutional knowledge at any scale. Integrates via [MCP](https://spec.modelcontextprotocol.io/). - **[cAST Algorithm](https://arxiv.org/pdf/2506.15655)** - Research-backed semantic code chunking - **Multi-Hop Semantic Search** - Discovers interconnected code relationships beyond direct matches - **Semantic search** - Natural language queries like "find authentication code" - **Regex search** - Pattern matching w…
Read full README on GitHub →

Related databases servers