guardvibe for Cursor
io.github.goklab/guardvibe
Deterministic security layer your AI can't be. 477 rules, 39 tools, CLI + doctor + host audit.
client:Cursor
transport:stdio
runtime:npm
Install guardvibe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"guardvibe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"guardvibe"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs