SNAP Protocol for Zed
io.github.agentzeny/snap-private-payments
Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees.
client:Zed
transport:stdio
runtime:npm
Install SNAP Protocol in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"snap-private-payments": {
"command": "npx",
"args": [
"-y",
"snap-mcp-server"
],
"env": {
"SNAP_RPC_URL": "<SNAP_RPC_URL>",
"SNAP_POOL_ADDRESS": "<SNAP_POOL_ADDRESS>",
"SNAP_RELAYER_URL": "<SNAP_RELAYER_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs