docdex for Cursor
io.github.bekirdag/docdex
Fast per-repo documentation indexer and full-text search MCP server for codebases.
client:Cursor
transport:stdio
runtime:npm
Install docdex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docdex"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs