1. Conduid
  2. Developer Tools
  3. Chunkhound
MCP server · Developer Tools

Chunkhound

Local first codebase intelligence

Unclaimed MIT last commit 6 months ago ragagentmcp-servertree-sitterdevtoolsaiduckdbsemantic-search
97Excellent

Scored 3 hours ago · breakdown

About Chunkhound

Chunkhound is an MCP server published by chunkhound in the Developer Tools category: local first codebase intelligence. It has been installed 0 times through Conduid.

The repository has 1.1K stars and 75 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx chunkhound

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Chunkhound

Powered by Claude · Grounded in docs

I know everything about Chunkhound. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v5.2.1v5.2.1 · 12 Jul 2026What's Changed Enable native extra 5.2.0 by @HananKavitzAmat in https://github.com/chunkhound/chunkhound/pull/372 docs: document chunkhound-native trusted publisher setup and fix stale TestPyPI references by @HananKavitzAmat in…
v5.2.0ChunkHound v5.2.0 · 12 Jul 2026ChunkHound v5.2.0 This release focuses on infrastructure and performance: a native Rust file scanner, automatic database compaction, and a significant deep-research performance overhaul, alongside new language support, git-history search,…
v5.1.0ChunkHound v5.1.0 · 20 May 2026ChunkHound v5.1.0 This release extends indexing coverage to new file types, improves MCP response efficiency with a leaner markdown format, and fixes several database stability issues that could cause crashes on startup. Highlights MCP…
v5.0.0ChunkHound v5.0.0 · 6 May 2026ChunkHound v5.0.0 This is a major release focused on breadth and depth: 4 new languages, 6 new embedding/LLM providers, new commands (`autodoc`, `codemap`), embedded SQL detection, a multi-client MCP daemon, and the latest Claude and…
v4.0.1v4.0.1 · 12 Nov 2025Fixed Package build configuration now excludes test fixtures from distribution, reducing package size and removing unnecessary test data from published releases Full changelog: https://github.com/chunkhound/chunkhound/blob/main/CHANGELOG.md

README

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.

Features

  • cAST Algorithm - 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 without API keys
  • Local-first - Your code stays on your machine
  • 32 languages with structured parsing
    • Programming (via Tree-sitter): Python, JavaScript, TypeScript, JSX, TSX, Java, Kotlin, Groovy, C, C++, C#, Go, Rust, Haskell, Swift, Bash, MATLAB, Makefile, Objective-C, PHP, Dart, Lua, Vue, Svelte, Zig
    • Configuration: JSON, YAML, TOML, HCL, Markdown
    • Text-based (custom parsers): Text files, PDF
  • MCP integration - Works with Claude, VS Code, Cursor, Windsurf, Zed, etc
  • Real-time indexing - Automatic file watching, smart diffs, seamless branch switching, and explicit backend selection (watchdog, watchman, polling)

Documentation

Visit chunkhound.github.io for complete guides:

Requirements

Installation

# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install ChunkHound
uv tool install chunkhound

Quick Start

  1. Create .chunkhound.json in project root
{
  "embedding": {
    "provider": "voyageai",
    "api_key": "your-voyageai-key"
  },
  "llm": {
    "provider": "claude-code-cli"
  }
}

Note: Use "codex-cli" instead if you prefer Codex. Both work equally well and require no API key.

  1. Index your codebase
chunkhound index

For configuration, IDE setup, and advanced usage, see the documentation.

Why ChunkHound?

Approach Capability Scale Maintenance
Keyword Search Exact matching Fast None
Traditional RAG Semantic search Scales Re-index files
Knowledge Graphs Relationship queries Expensive Continuous sync
ChunkHound Semantic + Regex + Code Research Automatic Incremental + realtime

Ideal for:

  • Large monorepos with cross-team dependencies
  • Security-sensitive codebases (local-only, no cloud)
  • Multi-language projects needing consistent search
  • Offline/air-gapped development environments

License

MIT

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Chunkhound

How do I install Chunkhound?

Run npx chunkhound, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Chunkhound safe to use with an AI agent?

Its trust score is 97 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Chunkhound still maintained?

Yes — the latest release is v5.2.1 (12 Jul 2026), and the last commit was 6 months ago. The repository has 1.1K stars and 0 open issues.