Skip to content

vaspera hardening for Zed

io.github.rcolkitt/vaspera-hardening

Enterprise certification for codebases with multi-agent security, reliability, and quality audits

client:Zed transport:stdio runtime:npm

Install vaspera hardening in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "vaspera-hardening": {
      "command": "npx",
      "args": [
        "-y",
        "vaspera-hardening-mcp-server"
      ],
      "env": {
        "VASPERA_PROJECTS_DIR": "<VASPERA_PROJECTS_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vaspera hardening in other clients