agent wallet mcp for VS Code
io.github.kaditang/agent-wallet-mcp
Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.
client:VS Code
transport:stdio
runtime:npm
Install agent wallet mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "sol-rpc",
"description": "SOL_RPC",
"password": true
}
],
"servers": {
"agent-wallet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaditang/agent-wallet-mcp"
],
"env": {
"SOL_RPC": "${input:sol-rpc}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs