Odel
clawvault mcp server

clawvault mcp server

Local
@andrewszkJavaScriptUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclawvault-mcp-serverv0.1.1

Run

npx -y clawvault-mcp-server

MCP client config

{
  "mcpServers": {
    "clawvault-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "clawvault-mcp-server"
      ]
    }
  }
}