vaspera hardening for Cursor
io.github.rcolkitt/vaspera-hardening
Enterprise certification for codebases with multi-agent security, reliability, and quality audits
client:Cursor
transport:stdio
runtime:npm
Install vaspera hardening in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vaspera-hardening": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaspera-hardening-mcp-server"
],
"env": {
"VASPERA_PROJECTS_DIR": "<VASPERA_PROJECTS_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs