@agensai/cli
v0.2.14
Published
Command-line tool for AGENSAI. Includes the MCP server for AI IDEs.
Maintainers
Readme
@agensai/cli
Command-line tool for AGENSAI. Includes the MCP server for AI IDEs.
npm install -g @agensai/cliQuickstart
agensai init
agensai create dca-bot --policy spend:50/USDC/weekly --policy contract:uniswap.eth
# -> dca-bot.agensai.eth
agensai send 10 USDC to treasury.acme.eth --as dca-bot.agensai.eth
agensai ls
agensai revoke dca-bot.agensai.ethMCP server
agensai mcp startAdd to your AI IDE config (Claude Desktop, Cursor, Codex, Windsurf, Gemini, Warp):
{
"mcpServers": {
"agensai": {
"command": "agensai",
"args": ["mcp", "start"]
}
}
}Every tool input and output uses ENS names. No hex.
Full reference
License
MIT
