Cli
Freeby MCP Community
A bank account for AI agents on Sui — guided setup, MCP, send, save, borrow, rebalance
v0.31.3Added Apr 12, 2026
suiwalletaiagentcli
Cli MCP Server
A bank account for AI agents on Sui — guided setup, MCP, send, save, borrow, rebalance
Installation
Reviews
Installation
Quick install
npx -y @t2000/cli
Add to claude_desktop_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": ["-y", "@t2000/cli"]
}
}
}