Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

vaspera hardening in other clients