Skip to content
Zed

Docs Ask (local docs RAG) for Zed

io.github.alyiox/mcp-docs-ask

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

client:Zed transport:stdio runtime:pypi

Install Docs Ask (local docs RAG) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-docs-ask": {
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Docs Ask (local docs RAG) in other clients