Skip to content
Cursor

policyvault for Cursor

io.github.zapsoblige-hash/policyvault

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

client:Cursor transport:stdio runtime:npm

Install policyvault 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": {
    "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

policyvault in other clients