Skip to content
Grok

policyvault for Grok

io.github.zapsoblige-hash/policyvault

Non-custodial Kaspa policy enforcement for AI agents; signers retain custody.

client:Grok transport:stdio runtime:npm

Install policyvault 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": {
    "policyvault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "policyvault-mcp"
      ],
      "env": {
        "POLICYVAULT_MCP_SERVER_URL": "<POLICYVAULT_MCP_SERVER_URL>",
        "POLICYVAULT_MCP_TOKEN": "<POLICYVAULT_MCP_TOKEN>",
        "POLICYVAULT_MCP_SCOPES": "<POLICYVAULT_MCP_SCOPES>"
      }
    }
  }
}

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

policyvault in other clients