agentwallet for VS Code
io.github.hifriendbot/agentwallet
Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.
client:VS Code
transport:stdio
runtime:npm
Install agentwallet in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "agentwallet-api-key",
"description": "AGENTWALLET_API_KEY",
"password": true
}
],
"servers": {
"agentwallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentwallet-mcp"
],
"env": {
"AGENTWALLET_API_KEY": "${input:agentwallet-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs