Skip to content
Cursor

clawvault mcp server for Cursor

io.github.andrewszk/clawvault-mcp-server

AI agent payment security - spending limits, whitelists, and human approval.

client:Cursor transport:stdio runtime:npm

Install clawvault mcp server 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": {
    "clawvault-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "clawvault-mcp-server"
      ],
      "env": {
        "CLAWVAULT_API_KEY": "<CLAWVAULT_API_KEY>"
      }
    }
  }
}

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

clawvault mcp server in other clients