Skip to content
Zed

Distillery for Zed

io.github.norrietaylor/distillery-mcp

Knowledge base for Claude Code with semantic search, feed intelligence, and teams

client:Zed transport:stdio runtime:pypi

Install Distillery 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": {
    "distillery-mcp": {
      "command": "uvx",
      "args": [
        "distillery-mcp"
      ],
      "env": {
        "JINA_API_KEY": "<JINA_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

Distillery in other clients