Yagami AI Context Firewall for Windsurf
io.github.matthewtracy/yagami
Govern model, retrieval, memory, and tool access for AI applications and agents.
client:Windsurf
transport:stdio
runtime:pypi
Install Yagami AI Context Firewall in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"yagami": {
"command": "uvx",
"args": [
"yagami"
],
"env": {
"YAGAMI_HEADLESS": "<YAGAMI_HEADLESS>",
"YAGAMI_MCP_SERVER_ENABLED": "<YAGAMI_MCP_SERVER_ENABLED>",
"YAGAMI_REQUIRE_AUTH": "<YAGAMI_REQUIRE_AUTH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs