Aguara MCP for Zed
io.github.garagon/mcp-aguara
Scan skills, MCP configs, and agent content for injection and supply-chain risks. Offline, no LLM.
client:Zed
transport:stdio
runtime:oci
Install Aguara MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-aguara": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/garagon/mcp-aguara:0.8.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs