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
{
"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