Skip to content
Zed

Yagami AI Context Firewall for Zed

io.github.matthewtracy/yagami

Govern model, retrieval, memory, and tool access for AI applications and agents.

client:Zed transport:stdio runtime:pypi

Install Yagami AI Context Firewall 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": {
    "yagami": {
      "command": "uvx",
      "args": [
        "yagami"
      ],
      "env": {
        "YAGAMI_HEADLESS": "<YAGAMI_HEADLESS>",
        "YAGAMI_MCP_SERVER_ENABLED": "<YAGAMI_MCP_SERVER_ENABLED>",
        "YAGAMI_REQUIRE_AUTH": "<YAGAMI_REQUIRE_AUTH>"
      }
    }
  }
}

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

Yagami AI Context Firewall in other clients