Skip to content

clawvault mcp server for Zed

io.github.andrewszk/clawvault-mcp-server

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

client:Zed transport:stdio runtime:npm

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

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

clawvault mcp server in other clients