Connect
Connect your agent in one command.
Atlas speaks MCP. Claude Desktop, ChatGPT, a coding agent, a Slack agent or a script: point it at the Atlas endpoint and sign in as yourself. It reads what you can read, and its edits come back to your team as change requests.
[01] Your client
Pick your agent, paste one line.
You need an Atlas workspace first. Atlas is invite-only while we run it with pilot teams.
terminal
claude mcp add --transport http atlas https://app.atlascontext.ai/mcp/Run /mcp in Claude Code and sign in.
terminal
codex mcp add atlas --url https://app.atlascontext.ai/mcp/
codex mcp login atlasThe login command opens Atlas in your browser.
.cursor/mcp.json
{ "mcpServers": { "atlas": { "url": "https://app.atlascontext.ai/mcp/" } } }Cursor asks you to sign in the first time it connects.
terminal
code --add-mcp '{"name":"atlas","type":"http","url":"https://app.atlascontext.ai/mcp/"}'VS Code asks you to sign in the first time an agent uses Atlas.
Settings › Connectors › Add custom connector
https://app.atlascontext.ai/mcp/Paste the endpoint, then sign in when Claude asks. Works in the Claude app on desktop and on the web.
Settings › Connectors › Create
https://app.atlascontext.ai/mcp/Add Atlas as a connector, then sign in when ChatGPT asks. Available on plans that allow custom connectors.
request header
Authorization: Bearer km_live_…Any MCP client with OAuth works. For a scheduled job with no one to sign in, a workspace admin creates an API key limited to chosen teamspaces, tables and metrics, and the job sends it in this header.
[02] Sign in
What happens when you sign in.
- Sign inYour agent opens Atlas in a browser. You sign in and pick a workspace.
- ApproveYou approve access for this agent. It gets its own grant and never sees your browser session.
- Stay in syncEvery call checks your current access. Lose access to a page and your agent loses it on its next call.
[03] Tools
The tools your agent gets.
Admins can limit each tool to everyone, admins or owners, or turn it off.
search_contextnavigate_contextinspect_contextFind and read pages, skills, tables and metrics.
execute_queryRun read-only SQL on your warehouse. Needs access to every table.
create_change_requestpropose_change_request_patchsubmit_change_requestPropose an edit for a person to review.
list_change_requestsread_change_requestapprove_change_requestresolve_change_request_conflictsReview open changes. Approving needs your explicit consent.
get_mcp_guideShort guides the agent reads before it starts.