Odel
Docs Ask (local docs RAG)

Docs Ask (local docs RAG)

Local
@alyioxPythonMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-docs-askv0.3.0

Run

uvx mcp-docs-ask

MCP client config

{
  "mcpServers": {
    "docs-ask-local-docs-rag": {
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}