Connect AI coding agents to Simplifyd over OAuth — no local install, no CLI login, no token files. Create services, set variables, manage deployments and read logs without leaving the editor.
Claude Code
Run this in your terminal, then run /mcp and choose Authenticate.
claude mcp add simplifyd --transport http https://mcp.simplifyd.com
On first use your browser opens to approve access. No install, no token to paste.
Capabilities
The server wraps the same API the dashboard and CLI use, so anything you can click, your agent can call.
Create and update workspaces, inspect usage and transactions, manage members and roles, fund the balance, and pull registry credentials.
Walk the project tree, create environments, and manage environment-level variables that every service inherits.
Create, update and delete services. Manage variables, ingress rules, TCP proxies, source-range allowlists, config mounts and private service access.
Ship a service, roll it back, take it down, and read deployment logs — with credential patterns filtered on the way out.
Pending edits queue up as a changeset. Your agent can review it, then approve or discard before anything reaches the cluster.
Check the account a client is acting as, and mint or revoke project API tokens for CI.
…and the rest — over seventy tools in total.
Security
Handing an LLM your infrastructure should not mean handing it your secrets. The server is built to keep those two things apart.
Normal responses omit variable values, passwords, connection URLs and config-file contents. Only tools that say they reveal credentials do.
Deployment logs pass through a credential-pattern filter before they reach your agent — though apps can still emit secrets in unexpected shapes, so review before sharing.
Consent is per workspace, not all-or-nothing. Share every workspace or pick a few; the rest stay invisible to the agent, and you can change your mind later.
A connection never widens what you can already do. Tools inherit your role, so a developer-role account cannot touch billing no matter what the agent asks for.
Connected applications are listed in your account settings, with what they can reach and when they were last used. Disconnecting takes effect immediately, not when a token expires.
FAQ
https://mcp.simplifyd.com. We publish ready-made snippets for Claude Code, Claude Desktop, Cursor, Codex, Copilot, Windsurf and Zed; anything else just needs the URL.SIMPLIFYD_API_TOKEN or the login tool. The hosted endpoint is simply the option that needs no setup.