Connect CLI agents

Command-line agents (OpenAI Codex, Gemini CLI, and similar) read MCP servers from a config file. Add an HTTP/SSE entry pointing at your connection URL with a Bearer token header — for example in ~/.codex/config.toml:

[mcp_servers.boostspace]
url = "https://mcp.boost.space/v2/{system}/sse"
headers = { Authorization = "Bearer YOUR_MCP_TOKEN" }

Replace {system} with your system name and YOUR_MCP_TOKEN with your MCP token — both from the Connect AI window (Connect via MCP). Other CLIs use the same pattern with their own config format.

The agent acts within your Boost.space permissions — the same access as the user who created the token.

Try it:

"Export every record from my Deals space created this month as CSV."

See what an agent can do once connected.