Yagami AI Context Firewall for Cline
io.github.matthewtracy/yagami
Govern model, retrieval, memory, and tool access for AI applications and agents.
client:Cline
transport:stdio
runtime:pypi
Install Yagami AI Context Firewall in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs