multi wallet for Cline
io.github.lordbasilaiassistant-sudo/multi-wallet
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
client:Cline
transport:stdio
runtime:npm
Install multi wallet in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<RPC_URL>",
"THRYX_API_KEY": "<THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<WALLET_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs