Cloaked Agent for Zed
io.github.cloakedagent/cloaked
Trustless spending accounts for AI agents on Solana with on-chain enforced limits.
client:Zed
transport:stdio
runtime:npm
Install Cloaked Agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cloaked": {
"command": "npx",
"args": [
"-y",
"@cloakedagent/sdk"
],
"env": {
"CLOAKED_AGENT_KEY": "<CLOAKED_AGENT_KEY>",
"CLOAKED_BACKEND_URL": "<CLOAKED_BACKEND_URL>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs