Skip to content
Zed

ragie for Zed

com.mcparmory/ragie

Ingest, manage, and retrieve documents for RAG-powered AI applications

client:Zed transport:stdio runtime:pypi

Install ragie in Zed

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

{
  "context_servers": {
    "ragie": {
      "command": "uvx",
      "args": [
        "mcparmory-ragie"
      ]
    }
  }
}

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

ragie in other clients