Docs Ask (local docs RAG) for Cursor
io.github.alyiox/mcp-docs-ask
Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.
client:Cursor
transport:stdio
runtime:pypi
Install Docs Ask (local docs RAG) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-docs-ask": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs