agentwallet for Zed
io.github.hifriendbot/agentwallet
Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.
client:Zed
transport:stdio
runtime:npm
Install agentwallet in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentwallet": {
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "<AGENTWALLET_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs