A fast, portable CLI that gives any AI agent structured access to your Xtended workspace and all your connected tools — straight from the terminal.
curl -fsSL https://cli.xtended.ai/install.sh | sh
Works with Claude Code· Cursor· ChatGPT· any agent or shell
Measured against the equivalent MCP round-trips on the same workspace. No magic — just less protocol.
Five things xt does well — and uses every day.
Query, filter, sort and paginate your records like a real relational store — no SQL client, no UI round-trip.
GROUP BY, COUNT, SUM, AVG over your data — and bulk-write whole arrays of records straight from stdin.
Reach Slack, Jira, GitHub, PostHog and the rest through one consistent interface. Same syntax, every tool.
One small binary, no daemon. It runs wherever your agent runs — Claude Code, Cursor, ChatGPT, CI, or a plain shell.
Pipeline dozens of reads and writes — across your tables and your integrations — in a single batched request. One round-trip instead of fifty.
Explore the schema, query data, reach integrations, and batch it all — without leaving the prompt.
Add -q for ID-only output, --json for structured, --dry-run on any write.
Three steps from zero to your first query.
curl -fsSL https://cli.xtended.ai/install.sh | sh
xt login
xt schema
One install. Your whole workspace, scriptable.
$ curl -fsSL https://cli.xtended.ai/install.sh | sh