Docs Ask (local docs RAG) for Windsurf
io.github.alyiox/mcp-docs-ask
Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.
client:Windsurf
transport:stdio
runtime:pypi
Install Docs Ask (local docs RAG) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-docs-ask": {
"command": "uvx",
"args": [
"mcp-docs-ask"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs