Deployment.io
About
Deploy and manage apps on your cloud from coding agents. Create environments, choose regions, configure infrastructure, and monitor jobs. Supports OAuth 2.0 with Dynamic Client Registration, RBAC permissions, and approval workflows for production environments.
Details
- Author
- Unknown
- Categories
- Cloud Service, Security, Knowledge Base, Other, Infrastructure
Jump to
Deploy and manage apps on your cloud from coding agents. Create environments, choose regions, configure infrastructure, and monitor jobs. Supports OAuth 2.0 with Dynamic Client Registration, RBAC permissions, and approval workflows for production environments.
The Model Context Protocol (MCP) allows AI coding agents to interact with your deployment.io infrastructure. Once configured, agents like Claude Code, Cursor, OpenAI Codex, Gemini CLI, and Antigravity can deploy your apps, manage environments, fetch runtime logs, and monitor builds — directly from your development workflow.
There are two ways to connect your coding agent to deployment.io:
- OAuth (recommended)— The agent opens a browser window, you log in and approve access. No manual key copying needed.
- API Key— Generate a key from the dashboard and paste it into your agent's configuration.
OAuth lets you connect with a single click — no API key to copy or manage.
claude mcp add --transport http Deployment-io https://api.deployment.io/v1/mcp
Claude Code will open a browser window where you log in to deployment.io and approve access. The connection is established automatically.
- Go toCustomize > Connectors > + > Add custom connector.
- Enter the nameDeployment-ioand the URL:https://api.deployment.io/v1/mcp
- Claude Desktop will open a browser for you to log in and approve access.
- Open Cursor and go toSettings > Tools & MCP.
- ClickAdd Custom MCP.
- Enter the URL:https://api.deployment.io/v1/mcp
- Cursor will open a browser for you to log in and approve access.
- Add the server to your~/.codex/config.toml:
[mcp_servers.Deployment-io] url = "https://api.deployment.io/v1/mcp"
Codex will open a browser window where you log in to deployment.io and approve access.
- Open theMenuin the Agent pane and go toMCP Servers > Manage MCP Servers.
- ClickView raw configto openmcp_config.json.
- Add the following configuration:
{ "mcpServers": { "Deployment-io": { "serverUrl": "https://api.deployment.io/v1/mcp" } } }
- ClickRefresh. Antigravity will open a browser for you to log in and approve access.
If your agent doesn't support OAuth, or you prefer manual configuration, use an API key.
- Go toOrganization Settings > Agent Keysin your deployment.io dashboard.
- ClickCreate New Keyand give it a descriptive name (e.g., "Claude Code Key").
- Copy the API key immediately — you won't be able to see it again.
After generating your key, you'll see an MCP JSON configuration block like this:
{ "mcpServers": { "Deployment-io": { "url": "https://api.deployment.io/v1/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
ReplaceYOUR_API_KEYwith the key you copied in Step 1.
claude mcp add --transport http Deployment-io https://api.deployment.io/v1/mcp \ --header "Authorization: Bearer YOUR_API_KEY"
Add the configuration to yourclaude_desktop_config.jsonfile:
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
Merge the MCP JSON config from Step 2 into the file.
- Open Cursor and go toSettings > Tools & MCP.
- ClickAdd Custom MCP.
- Paste the MCP JSON configuration from Step 2 into the editor.
- Save and restart Cursor.
- Open Windsurf and go toSettings > MCP.
- ClickAdd Serverand selectHTTP.
- Paste the MCP JSON configuration from Step 2.
- Save and restart Windsurf.
Add the server to your~/.codex/config.toml:
[mcp_servers.Deployment-io] url = "https://api.deployment.io/v1/mcp" bearer_token_env_var = "DEPLOYMENT_IO_API_KEY"
export DEPLOYMENT_IO_API_KEY=YOUR_API_KEY
gemini mcp add -s user --transport http \ --header "Authorization: Bearer YOUR_API_KEY" \ Deployment-io https://api.deployment.io/v1/mcp
Or manually add to your~/.gemini/settings.json:
{ "mcpServers": { "Deployment-io": { "httpUrl": "https://api.deployment.io/v1/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
- Open theMenuin the Agent pane and go toMCP Servers > Manage MCP Servers.
- ClickView raw configto openmcp_config.json.
- Add the following configuration:
{ "mcpServers": { "Deployment-io": { "serverUrl": "https://api.deployment.io/v1/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }
- Verify your connection works:Run a simple prompt like "list my environments" in your agent. If the connection is working, you'll see your environments listed.
- Check the MCP URL:Ensure the URL is exactlyhttps://api.deployment.io/v1/mcpwith no trailing slash.
- OAuth issues:If the browser authorization window doesn't open, check that your agent supports OAuth-based MCP connections. Fall back to the API key method if needed.
- Regenerate the key:If your API key stops working, it may have been revoked. Create a new one from the Agent Keys settings page.
- Revoke access:You can revoke OAuth-connected agents or API keys anytime fromOrganization Settings > Agent Keys.
Privacy-first analytics MCP server for ezStats with site discovery, SEO, goals, billing, and OAuth connectors.
Personal wealth & portfolio tracker — 23 OAuth-scoped tools for holdings, performance, FIRE status, crypto P&L, and confirm-gated transaction writes across 20+ markets.
Discovery, OAuth handoff, and project MCP routing for Spala backend projects.
Vulnebify is a cyber defense software that monitors and notifies on vulnerabilities in real time, protecting companies and countries from emerging threats.
A Remote MCP Server that checks every email before your agent acts on it. Connect via MCP protocol, pay per use with Skyfire.
Dedicated static outbound IPv4 over WireGuard, with a free 7-day trial on a real address — no card, no sales call.
Access, search, and get recommendations from public AWS documentation.
A suite of MCP servers providing AI applications with access to AWS documentation, contextual guidance, and best practices.
Access AWS documentation, best practices, and service integrations via the Model Context Protocol.
Interact with AWS resources using Single Sign-On (SSO). Supports SSO login, listing accounts/roles, and executing AWS CLI commands.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


