agensai
v0.4.0
Published
agensai POC. ENS-native agent wallets on JAW. A starter template, one opinion of many.
Maintainers
Readme
agensai
MCP server for AGENSAI. ENS-native wallets for AI agents. Pair once with the dashboard, then the chat is the UI.
Pair
- Provision an orchestrator at app.agensai.xyz and copy the pairing token.
- Paste in your terminal:
npx agensai pair <token>The pairing step generates the orchestrator key locally (it never leaves your device), stores it at ~/.agensai/orchestrator.key (mode 0600), and writes the MCP server config into Claude Desktop, Cursor, and Claude Code.
- Restart your AI IDE. Ask the chat to spawn an agent.
MCP config (manual)
{
"mcpServers": {
"agensai": {
"command": "npx",
"args": ["-y", "agensai", "serve"]
}
}
}Every tool input and output uses ENS names. No hex.
Full reference
License
MIT
