Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
deployment-io avatar

Deployment.Io

  • 1 repo stars
  • Updated March 6, 2026
  • deployment-io/cursor-plugin

Deployment.io MCP is a MCP server that lets agents create environments, configure infrastructure, and monitor deployment jobs on your cloud via a remote HTTP endpoint.

About

Deployment.io MCP exposes a hosted Model Context Protocol endpoint so AI agents can deploy applications on your cloud, provision environments, tune infrastructure settings, and monitor deployment jobs. developers who standardize on Deployment.io install or register the remote server during operate when releases are recurring and context switching to a dashboard hurts velocity. The integration uses streamable HTTP at api.deployment.io/v1/mcp rather than a local stdio binary, which suits Cursor and other clients that support remote MCP. It targets teams wanting agent-guided ops on Deployment.io’s platform—not generic multi-cloud Terraform from scratch. Use after you have an account and cloud targets wired; skip if you only need a single static host with no environment matrix. Intermediate complexity reflects real infra decisions behind each tool call.

  • Remote streamable-http MCP at https://api.deployment.io/v1/mcp
  • Create environments, configure infrastructure, and monitor jobs on your cloud
  • Server version 1.0.1 with website deployment.io and GitHub deployment-io/cursor-plugin
  • No local npm package required—HTTP remote transport for agent clients that support it

Deployment.Io by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http deployment-io https://api.deployment.io/v1/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
TransportHTTP
AuthNone
Last updatedMarch 6, 2026
Repositorydeployment-io/cursor-plugin

What it does

Create cloud environments, configure infrastructure, and monitor deployment jobs on Deployment.io through a remote MCP endpoint.

Who is it for?

Best when you're on Deployment.io and want agent-driven deploy and environment workflows without maintaining a local MCP binary.

Skip if: Skip if you have no Deployment.io account or those and need only local docker-compose with zero cloud control plane.

What you get

After you connect to the remote MCP URL, your agent can orchestrate Deployment.io environments, infra, and job monitoring from supported clients.

  • Remote MCP access to deploy and environment APIs
  • Agent-visible deployment job monitoring on your cloud

By the numbers

  • Remote endpoint: https://api.deployment.io/v1/mcp
  • Server version 1.0.1
  • Transport: streamable-http (no bundled npm stdio package in manifest)
README.md

Deployment.io — Cursor Plugin

Deploy and manage apps to your cloud directly from Cursor. This plugin connects Cursor's AI agent to Deployment.io via the Model Context Protocol (MCP).

What it does

This plugin lets you manage your Deployment.io infrastructure through natural language:

  • List environments — view all your environments with status, region, and classification
  • Create environments — provision new environments on shared or custom AWS runners
  • Edit environments — rename and reconfigure existing environments
  • Monitor jobs — check deployment job status and logs
  • Approval workflows — manage approval requests for production changes

Setup

  1. Install the plugin from the Cursor Marketplace
  2. Cursor will prompt you to authenticate with your Deployment.io account via OAuth
  3. Start using natural language to manage your infrastructure

Authentication

This plugin uses OAuth 2.0 with Dynamic Client Registration. When you first use a Deployment.io tool, Cursor will open a browser window to authenticate with your Deployment.io account. No API keys or tokens need to be configured manually.

Available tools

Tool Description
list_environments List all environments in your organization
list_runners List available deployment runners and regions
create_environment Create a new environment
edit_environment Rename an environment
get_job_status Check the status of a deployment job
get_approval_status Check the status of an approval request

Security

  • All actions respect your organization's RBAC permissions
  • Production environments require human approval before changes
  • Agent keys are scoped to specific permissions via OAuth consent
  • Three-layer access control: OAuth scopes, RBAC entity permissions, classification-based approval gates

Links

License

MIT

Recommended MCP Servers

How it compares

Hosted deployment-platform MCP over HTTP, not a self-hosted stdio npm server like DeployHQ MCP.

FAQ

Who is Deployment.Io MCP for?

Developers and small teams using Deployment.Io who want coding agents to manage cloud deploys, environments, and monitored jobs through MCP.

When should I use Deployment.Io MCP?

Use it in operate/infra when you repeatedly create environments, adjust infrastructure, or track deployment jobs on Deployment.Io.

How do I add Deployment.Io MCP to my agent?

Register the remote MCP server URL https://api.deployment.io/v1/mcp in your agent (e.g. Cursor plugin flow per deployment-io/cursor-plugin), authenticating per Deployment.Io docs for your account.

Cloud & Infrastructuredeployinframonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.