Knowledge Systems
Trust: 41/100 (Fair)io.github.bekirdag/docdex Guide
Fast per-repo documentation indexer and full-text search MCP server for codebases.
12 starsby bekirdag
Quick Start
Install
npx docdexClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bekirdag-docdex": {
"command": "npx",
"args": [
"docdex"
]
}
}
}