Vertical, not general
First-party tools for Aave V3, Uniswap V3, Li.Fi, Blockscout, AgentKit, and a generic EVM MCP. Namespaced, annotation-routed. No invented contract addresses.
Daemon plus thin clients. Curated DeFi tools. Daily-fresh ecosystem knowledge. Bring your own keys — your wallet never leaves your machine.
First-party tools for Aave V3, Uniswap V3, Li.Fi, Blockscout, AgentKit, and a generic EVM MCP. Namespaced, annotation-routed. No invented contract addresses.
Hot last-20 runs, warm thread summaries every 20 turns, cold cross-thread semantic recall at cosine ≥ 0.78. PGLite + pgvector + tsvector hybrid retrieval.
Every chain-mutating tool routes through KeeperHub workflows. A read-only allowlist bypasses the audit hop. Tools that don't declare themselves are routed.
Talos exposes itself as an MCP server. Paste this snippet into your host config — it's the same on every host.
~/Library/Application Support/Claude/claude_desktop_config.json {
"mcpServers": {
"talos": {
"command": "npx",
"args": ["talos", "serve", "--mcp"]
}
}
} ~/.cursor/mcp.json {
"mcpServers": {
"talos": {
"command": "npx",
"args": ["talos", "serve", "--mcp"]
}
}
} ~/.openclaw/mcp.yaml mcpServers:
talos:
command: npx
args: [talos, serve, --mcp] One process owns the database, the runtime, the MCP host, and the wallet. Everything else is a thin client over WebSocket.
Read the full design — schemas, event taxonomy, retrieval strategy, daemon lifecycle, audit-by-default contract — in the architecture docs.
Each card is one source. Native means custom-built; MCP-as-source means a vendor MCP cherry-picked into Talos's namespace.
CLI REPL for the terminal, Telegram for the phone, MCP server for any host. They share one wallet, one knowledge base, one memory store.
talos repl
grammY bot
talos serve --mcp
Audit-by-default execution.
Every mutating tool call routes through a KeeperHub workflow. Receipts written to the local DB. Read-only calls bypass the hop. Talos is the reference "OpenClaw connector" for the KeeperHub track at ETHGlobal Open Agents.