Workspaces
List, inspect, create, and prepare source-backed Adios workspaces.
list_workspacesget_workspacecreate_workspaceCommand line
Connect Grok CLI to the hosted Adios endpoint for workspace source, builds, previews, logs, and approved deployments.
Setup
Run one command. Grok registers Adios as a hosted HTTP server, discovers OAuth automatically, and opens the browser when you first use an Adios tool.
Run this once. http means the server is hosted, adios is its local name, and the final value is the public endpoint. Do not add -- or an Authorization header.
grok mcp add --transport http adios https://api.adios.dev/v1/mcpConfirm Grok saved the server before opening a session.
grok mcp listStart Grok and use an Adios tool. OAuth opens automatically. You can also open /mcps, select Adios, and press i to start sign-in yourself.
/mcpsIf Adios does not connect, ask Grok to test its configuration and HTTP connection.
grok mcp doctor adiosAsk Grok to verify the connection or work on a real Adios project.
Use Adios MCP to confirm my user and team with auth_me.Build me a Next.js landing page and give me a working preview URL.Open this repository, fix the failed build, and show me the healthy preview URL.Tool access
The client uses the same scoped Adios tool surface. The live discovery endpoint remains the source of truth for schemas.
List, inspect, create, and prepare source-backed Adios workspaces.
list_workspacesget_workspacecreate_workspaceRead and update project files while keeping changes visible in the workspace and Git state.
read_workspace_filewrite_workspace_fileget_workspace_git_statusRun lint and build commands, start a preview, and follow long-running command state.
lint_workspacebuild_workspace_devstart_workspace_runRead command, build, preview, and production logs to diagnose real failures.
get_workspace_command_logsget_workspace_logsget_workload_logsReview the workspace and deploy only after the user explicitly approves the operation.
security_review_workspacedeploy_workspacedeploy_workloadFull workflow
“Can you add a pricing page to this Next.js app with monthly and yearly billing, a plan comparison table, and an FAQ? Match the existing design, make sure it works on mobile, and send me a preview link.”
Open the Adios workspace, inspect its files, and identify the project commands.
create_workspacelist_workspace_filesread_workspace_fileCreate or validate adios.yaml before running project commands.
write_workspace_adios_yamlcheck_workspace_adios_yamlRun lint, make the smallest necessary source changes, and build the project.
lint_workspacewrite_workspace_filebuild_workspace_devStart the preview, inspect its logs and health, then return the verified URL.
start_workspace_runget_workspace_command_logsget_workspace_run_statusHelp
Everything after -- is a command for a local stdio server. --header sends a static credential to a remote server. Adios is remote and uses OAuth, so neither belongs in its command.
Yes. Add --scope project to the add command. Grok writes the connection to .grok/config.toml in the current repository instead of your user config.
Yes. Add an mcp_servers.adios table with url set to the Adios endpoint in ~/.grok/config.toml or .grok/config.toml. The CLI command is quicker and avoids formatting mistakes.
Grok stores them in ~/.grok/mcp_credentials.json, outside your project configuration. Do not commit that credentials file.
Grok's web product accepts public custom MCP connectors too. This guide uses Grok CLI because its setup and troubleshooting commands are repeatable.
Ask the client to call auth_me. A successful response identifies the authorized Adios user and current team context.
Open Marketplace in the Adios app, find AI clients, and choose Disconnect. Adios revokes that user's grant and refresh-token family without affecting anyone else.
Yes. Deployment tools are available, but deployment and other sensitive operations remain approval-gated. The client should explain the intended action and wait for explicit confirmation.
Catalog
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 setupConnect Grok, authorize your team, and move from source to a healthy preview before any production change.
Create an Adios account