AgentGuard — security checks for AI agents for Cursor
io.github.shuaicongxiaomai/agentguard
Secret, CVE and dependency-vulnerability scanning for AI agents (free, OSV.dev).
client:Cursor
transport:stdio
runtime:oci
Install AgentGuard — security checks for AI agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentguard": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shuaicongxiaomai/agentguard:0.1.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs