base multi wallet mcp for Cursor
io.github.lordbasilaiassistant-sudo/base-multi-wallet-mcp
MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
client:Cursor
transport:stdio
runtime:npm
Install base multi wallet mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"base-multi-wallet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base-multi-wallet-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs