Command line
Codex CLI
Connect Codex directly to the hosted Adios endpoint for source-backed development, previews, logs, and approved deployments.
View setupAdios MCP client catalog
Choose a documented connection for Adios workspaces, files, commands, previews, logs, reviews, and approval-gated deployments. Each card opens a complete setup guide.
MCP clients
Open a client to see its requirements, exact install steps, capabilities, example workflow, and setup FAQ.
Command line
Connect Codex directly to the hosted Adios endpoint for source-backed development, previews, logs, and approved deployments.
View setupWeb and desktop
Install one Adios plugin with the hosted MCP connection plus guided build, deploy, operate, and debug workflows.
View setupWeb and desktop
Add Adios as a custom connector in Claude or Claude Desktop, then build, preview, debug, and deploy from a conversation.
View setupCommand line
Connect Claude Code to Adios from the terminal and use hosted workspace, preview, log, and deployment tools beside your repository.
View setupCode editor
Use VS Code's built-in MCP support for Adios tools today. The separate Adios extension adds a sidebar for workspace sync, previews, and deployments.
View setupApple IDE
Use Adios from Xcode's coding assistant by adding the hosted MCP server to its Codex, Claude, or Gemini agent environment.
View setupCode editor
Add Adios to Cursor's MCP tools and work with hosted projects, previews, builds, logs, and approved deployments from Agent.
View setupCommand line
Connect Grok CLI to the hosted Adios endpoint for workspace source, builds, previews, logs, and approved deployments.
View setupAgentic IDE
Add Adios to Antigravity's shared MCP configuration and use the same tools from its app, IDE, or CLI.
View setupCommand line
Add Adios to Copilot CLI and use hosted development, preview, log, and deployment tools from the terminal.
View setupTeam workspace
Use Adios from Slackbot with the official Adios app when it is approved, or connect a Slack app your workspace owns today.
View setupCommand line
Add Adios as an OpenCode remote server and use hosted workspaces, builds, previews, logs, and approved deployments from the TUI.
View setupEditor companion
Use the Adios Sublime Text extension for workspace actions and an MCP-capable companion for conversational Adios tools in the same project.
View setupCompatibility bridge
Use the public npm bridge when your MCP client can launch a local command but cannot connect to remote HTTP directly.
View setupHow it works
Adios MCP does not hand an agent broad cloud credentials. It exposes a defined platform workflow with identity, source, runtime evidence, and approvals attached.
Open your client's guide and add the hosted HTTP endpoint, plugin, or local stdio bridge it uses.
OAuth establishes the current user and team. You do not paste a long-lived platform token into a prompt or project file.
The client can inspect and edit workspace files, run commands, build the project, open a preview, and read the resulting logs.
Deployment, runtime stops, and file deletion remain confirmation-sensitive. The agent must pause before it crosses those boundaries.
Available functions
The documented MCP surface covers 34 functions across identity, source, planning, execution, review, and deployment. The live discovery endpoint remains the source of truth for tool schemas.
Learn what the server can do and confirm the user and team behind the current OAuth session.
2 functionsadios_capabilitiesDescribe the available Adios capabilities and tool groups.
auth_meReturn the current principal and team context.
Keep the plan, progress, and important run events attached to the coding task instead of losing them between sessions.
4 functionsget_agent_stateRead the session transcript, runs, plan steps, and events.
save_agent_planPersist the plan for the current coding task.
update_agent_plan_stepMark a plan step passed, failed, blocked, or skipped.
append_agent_eventRecord progress, tool, test, browser, approval, or deploy events.
Create or open durable projects where the AI client can inspect source, make changes, and prepare a running preview.
4 functionslist_workspacesList workspaces available to the current team.
get_workspaceRead one workspace and its current state.
create_workspaceCreate a workspace or a source-backed project shell.
prepare_workspace_previewWrite files, generate adios.yaml when needed, build, start, and wait for a preview URL.
Read and change project source while keeping the deployment contract explicit and destructive file operations approval-sensitive.
8 functionslist_workspace_filesList files in a workspace.
read_workspace_fileRead one workspace file.
write_workspace_fileWrite or replace one workspace file.
write_workspace_filesWrite multiple workspace files together.
write_workspace_adios_yamlCreate or replace the deployment manifest.
move_workspace_fileMove or rename a file.
delete_workspace_fileDelete a file after explicit approval.
check_workspace_adios_yamlCheck manifest security and risky command patterns before execution.
Run the same checks a developer would use, follow long-running command state, and diagnose the evidence from a failed build or preview.
12 functionsbuild_workspaceBuild an artifact from the workspace contents.
build_workspace_devQueue the canonical workspace build command.
lint_workspaceQueue the canonical lint command.
start_workspace_runStart a preview runtime.
stop_workspace_runStop a preview runtime after approval.
restart_workspace_runRestart the current preview runtime.
run_workspace_commandQueue an allowed workspace command.
get_workspace_command_statusRead command state by command ID.
get_workspace_command_logsRead logs for a queued command.
get_workspace_run_statusRead the current preview runtime state.
get_workspace_logsRead recent build or runtime logs.
get_workspace_git_statusInspect current Git changes and source state.
Move a verified workspace into production through an explicit approval boundary, then inspect the live workload evidence.
4 functionssecurity_review_workspaceCollect workspace context for a focused security review.
deploy_workspaceDeploy the current workspace after explicit approval.
get_workload_logsRead recent logs for a deployed workload.
deploy_workloadDeploy an existing build after explicit approval.
Complete workflows
Good MCP work is more than a successful connection. These prompts show the source, runtime evidence, and approval boundaries a complete run should cross.
“Build me a Next.js landing page and give me a working preview URL.”
Expected tool path
create_workspacelist_workspace_fileswrite_workspace_adios_yamlbuild_workspace_devstart_workspace_run“The preview is crashing after my last change. Find out why, fix it, and send me the healthy URL.”
Expected tool path
get_workspace_command_logsread_workspace_filewrite_workspace_filerestart_workspace_runget_workspace_run_status“Get this ready to ship. Run the checks, tell me if anything looks risky, then wait for me before deploying.”
Expected tool path
check_workspace_adios_yamllint_workspacesecurity_review_workspacedeploy_workspaceget_workload_logsSecurity boundary
Authentication, tenant context, and explicit approvals remain part of every session instead of being delegated to prompt text.
The client completes Adios authorization in the browser. Static account credentials do not belong in MCP configuration or source code.
Tool calls run in the authorized user and team context, then narrow further to the selected workspace or workload.
Deployments, runtime stops, workload changes, and file deletion remain sensitive operations that require confirmation.
Public connection reference
The hosted service is the same platform boundary used by the Adios app. The npm command is only a compatibility bridge to this remote endpoint.
Client requests
Tell us which client and workflow you need next. We test the full connection, from OAuth through preview and deployment approval.
Questions
Adios supports Claude, Claude Code, ChatGPT, Codex CLI, VS Code, Xcode, Cursor, Grok, Google Antigravity, GitHub Copilot CLI, Slack, OpenCode, Sublime Text, and clients that use the stdio bridge. Each has its own setup guide and FAQ.
The preferred public transport is Streamable HTTP at https://api.adios.dev/v1/mcp. Adios also publishes an SSE fallback and an npm-based stdio bridge for clients that launch a local command.
Adios uses OAuth. The session is scoped to the authorized user and team, and clients should complete the OAuth flow rather than storing a static platform token.
Yes, but deployment and other sensitive operations remain approval-gated. The client should stop, show what it intends to change, and wait for explicit confirmation before calling those tools.
No. This page explains how AI clients use the hosted Adios platform through MCP. If you are building an MCP server of your own, use the Adios MCP server deployment guide.
Ready to connect
Start with an Adios account, choose a client, and keep source, runtime evidence, and deployment approval together.