Skip to content
Grok

vaspera hardening for Grok

io.github.rcolkitt/vaspera-hardening

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

client:Grok transport:stdio runtime:npm

Install vaspera hardening in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vaspera hardening in other clients