Chunkhound provides local codebase intelligence for AI agents. It exposes tools for deep code understanding and efficient search. The server connects to local code repositories and integrates with Git. Developers use it to analyze code, find references, and navigate codebases efficiently.
Chunkhound provides local codebase intelligence for AI agents. It exposes tools for deep code understanding and efficient search. The server connects to local code repositories and integrates with Git. Developers use it to analyze code, find references, and navigate codebases efficiently.
pip install chunkhoundAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"chunkhound-chunkhound-github": {
"command": "uvx",
"args": [
"pip install chunkhound"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from chunkhound?"
API Key Required
This server requires an API key from chunkhound. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CHUNKHOUND_API_KEY | Yes | Your chunkhound API key |
"What resources are available in chunkhound?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in chunkhound"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in chunkhound with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.