Aguara MCP for Cursor
io.github.garagon/mcp-aguara
Scan skills, MCP configs, and agent content for injection and supply-chain risks. Offline, no LLM.
client:Cursor
transport:stdio
runtime:oci
Install Aguara MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-aguara": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/garagon/mcp-aguara:0.8.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs