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
{
"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