Skip to content
Zed

PinRAG for Zed

io.github.ndjordjevic/pinrag

MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations.

client:Zed transport:stdio runtime:pypi

Install PinRAG in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pinrag": {
      "command": "uvx",
      "args": [
        "pinrag"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "PINRAG_PERSIST_DIR": "<PINRAG_PERSIST_DIR>"
      }
    }
  }
}

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

PinRAG in other clients