agent wallet mcp for Zed
io.github.kaditang/agent-wallet-mcp
Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.
client:Zed
transport:stdio
runtime:npm
Install agent wallet mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-wallet-mcp": {
"command": "npx",
"args": [
"-y",
"@kaditang/agent-wallet-mcp"
],
"env": {
"SOL_RPC": "<SOL_RPC>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs