83
/ 100
1 month ago
glama

ChunkHound

A local-first codebase intelligence tool that enables AI assistants to research codebases using semantic search, multi-hop relationship discovery, and structural parsing. It allows users to extract architectural patterns and institutional knowledge across 30+ programming languages through an MCP-compatible interface.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: ANTHROPIC_API_KEY, VOYAGE_API_KEY, CHUNKHOUND_LLM_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCHUNKHOUND_PUBLIC_DIR
configCHUNKHOUND_ROOT
configCH_CODE_MAPPER_WRITE_COMBINED
configCHUNKHOUND_MCP_MODE
configCHUNKHOUND_DAEMON_MODE
configCHUNKHOUND_QUICKRESEARCH_QUIET
configCHUNKHOUND_NO_PROMPTS
configCHUNKHOUND_CONFIG_FILE
configCHUNKHOUND_NO_RICH
configTERM
configCH_AGENT_DOC_HYDE_COMPLETION_TOKENS
configCH_CODE_MAPPER_HYDE_SNIPPET_TOKENS
configCH_AGENT_DOC_HYDE_MAX_SCOPE_FILES
configCH_CODE_MAPPER_WRITE_HYDE_PROMPT
configCH_CODE_MAPPER_POI_CONCURRENCY
🔐 secretANTHROPIC_API_KEY
configCHUNKHOUND_GLOBAL_CONFIG_FILE
configCHUNKHOUND_DEBUG
configCHUNKHOUND_DATABASE__PATH
configCHUNKHOUND_DB_PATH
configCHUNKHOUND_DATABASE__PROVIDER
configCHUNKHOUND_DATABASE__LANCEDB_INDEX_TYPE
configCHUNKHOUND_DATABASE__MAX_DISK_USAGE_GB
configCHUNKHOUND_EMBEDDING__SSL_VERIFY
configCHUNKHOUND_EMBEDDING__API_VERSION
configCHUNKHOUND_EMBEDDING__AZURE_ENDPOINT
configCHUNKHOUND_EMBEDDING__AZURE_DEPLOYMENT
configCHUNKHOUND_EMBEDDING__PROVIDER
configCHUNKHOUND_EMBEDDING_PROVIDER
🔐 secretVOYAGE_API_KEY
configCHUNKHOUND_EMBEDDING__RERANK_MODEL
configCHUNKHOUND_EMBEDDING__RERANK_URL
configCHUNKHOUND_EMBEDDING__RERANK_FORMAT
configCHUNKHOUND_EMBEDDING__RERANK_BATCH_SIZE
configCHUNKHOUND_INDEXING__FORCE_REINDEX
configCHUNKHOUND_INDEXING__INCLUDE
configCHUNKHOUND_INDEXING__EXCLUDE
configCHUNKHOUND_INDEXING__MTIME_EPSILON_SECONDS
configCHUNKHOUND_INDEXING__CONFIG_FILE_SIZE_THRESHOLD_KB
configCHUNKHOUND_INDEXING__CLEANUP
configCHUNKHOUND_INDEXING__MAX_CONCURRENT
configCHUNKHOUND_INDEXING__GITIGNORE_BACKEND
configCHUNKHOUND_INDEXING__DISCOVERY_BACKEND
configCHUNKHOUND_INDEXING__REALTIME_BACKEND
configCHUNKHOUND_INDEXING__EXCLUDE_MODE
configCHUNKHOUND_INDEXING__WORKSPACE_GITIGNORE_NONREPO
configCHUNKHOUND_INDEXING__DETECT_EMBEDDED_SQL
configCHUNKHOUND_INDEXING__INDEX_UNKNOWN_FILES
🔐 secretCHUNKHOUND_LLM_API_KEY
configCHUNKHOUND_LLM_BASE_URL
configCHUNKHOUND_LLM_SSL_VERIFY
configCHUNKHOUND_LLM_PROVIDER
configCHUNKHOUND_LLM_MODEL
configCHUNKHOUND_LLM_UTILITY_PROVIDER
configCHUNKHOUND_LLM_SYNTHESIS_PROVIDER
configCHUNKHOUND_LLM_UTILITY_MODEL
configCHUNKHOUND_LLM_SYNTHESIS_MODEL
configCHUNKHOUND_LLM_CODEX_REASONING_EFFORT
configCHUNKHOUND_LLM_MAP_HYDE_PROVIDER
configCHUNKHOUND_LLM_MAP_HYDE_MODEL
configCHUNKHOUND_LLM_MAP_HYDE_REASONING_EFFORT
configCHUNKHOUND_LLM_AUTODOC_CLEANUP_PROVIDER
configCHUNKHOUND_LLM_AUTODOC_CLEANUP_MODEL
configCHUNKHOUND_RESEARCH_ALGORITHM
configCHUNKHOUND_RESEARCH_QUERY_EXPANSION_ENABLED
configCHUNKHOUND_RESEARCH_NUM_EXPANDED_QUERIES
configCHUNKHOUND_RESEARCH_INITIAL_PAGE_SIZE
configCHUNKHOUND_RESEARCH_RELEVANCE_THRESHOLD
configCHUNKHOUND_RESEARCH_MAX_SYMBOLS
configCHUNKHOUND_RESEARCH_REGEX_AUGMENTATION_RATIO
configCHUNKHOUND_RESEARCH_REGEX_MIN_RESULTS
configCHUNKHOUND_RESEARCH_REGEX_SCAN_PAGE_SIZE
configCHUNKHOUND_RESEARCH_MULTI_HOP_TIME_LIMIT
configCHUNKHOUND_RESEARCH_MULTI_HOP_RESULT_LIMIT
configCHUNKHOUND_RESEARCH_MULTI_HOP_MIN_CANDIDATES
configCHUNKHOUND_RESEARCH_MULTI_HOP_SCORE_DEGRADATION
configCHUNKHOUND_RESEARCH_MULTI_HOP_MIN_RELEVANCE
configCHUNKHOUND_RESEARCH_DEPTH_EXPLORATION_ENABLED
configCHUNKHOUND_RESEARCH_MAX_EXPLORATION_FILES
configCHUNKHOUND_RESEARCH_EXPLORATION_QUERIES_PER_FILE
configCHUNKHOUND_RESEARCH_MIN_GAPS
configCHUNKHOUND_RESEARCH_MAX_GAPS
configCHUNKHOUND_RESEARCH_GAP_SIMILARITY_THRESHOLD
configCHUNKHOUND_RESEARCH_SHARD_BUDGET
configCHUNKHOUND_RESEARCH_MIN_CLUSTER_SIZE
configCHUNKHOUND_RESEARCH_TARGET_TOKENS
configCHUNKHOUND_RESEARCH_MAX_COMPRESSION_ITERATIONS
configCHUNKHOUND_RESEARCH_MAX_BOUNDARY_EXPANSION_LINES
configCHUNKHOUND_RESEARCH_MAX_CHUNKS_PER_FILE_REPR
configCHUNKHOUND_RESEARCH_MAX_TOKENS_PER_FILE_REPR
configCHUNKHOUND_RESEARCH_CONTEXT_WINDOW
configCHUNKHOUND_RESEARCH_COMPRESSION_MAX_DEPTH
configCHUNKHOUND_RESEARCH_FINAL_SYNTHESIS_THRESHOLD
configCHUNKHOUND_RESEARCH_WINDOW_EXPANSION_ENABLED
configCHUNKHOUND_RESEARCH_WINDOW_EXPANSION_LINES
configCHUNKHOUND_RESEARCH_IMPORT_RESOLUTION_ENABLED
configCHUNKHOUND_RESEARCH_IMPORT_RESOLUTION_MAX_FILES
configCHUNKHOUND_RESEARCH_EXHAUSTIVE_MODE
configCHUNKHOUND_RESEARCH_EXHAUSTIVE_TIME_LIMIT
configXDG_RUNTIME_DIR
configCHUNKHOUND_DEBUG_FILE
configCH_TEST_PATCH_CODEX
configPYTHONPATH
configCH_TEST_CODEX_MARK_FILE
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/chunkhound-chunkhound-bhwbae)](https://m8ven.ai/mcp/chunkhound-chunkhound-bhwbae)
commit: 452877db1257ec6b020158c26e579bbe6da15d26
code hash: 2327091328001c5a9aa4e99ca196b106a5050f3af207d01434518c8dd5291b14
verified: 6/17/2026, 12:20:52 PM
view raw JSON →