Docdex
Freeby MCP Community
Local-first documentation and code indexer with HTTP/MCP search, AST, and agent memory.
v0.2.65Added Apr 12, 2026
docdexdocumentationsearchindexcode-search
Docdex MCP Server
Local-first documentation and code indexer with HTTP/MCP search, AST, and agent memory.
Installation
Reviews
Installation
Quick install
npx -y docdex
Add to claude_desktop_config.json
{
"mcpServers": {
"docdex": {
"command": "npx",
"args": ["-y", "docdex"]
}
}
}