streamable-httpMITupdated 6mo ago
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 can you do with Deployment io?
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
- Install the plugin from the Cursor Marketplace
- Cursor will prompt you to authenticate with your Deployment.io account via OAuth
- 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
Install
Add Deployment io to your client. Pick the one you use.
claude mcp add --transport http deployment-io https://api.deployment.io/v1/mcpcodex mcp add deployment-io --url https://api.deployment.io/v1/mcp{
"mcpServers": {
"deployment-io": {
"url": "https://api.deployment.io/v1/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"deployment-io": {
"type": "http",
"url": "https://api.deployment.io/v1/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"deployment-io": {
"url": "https://api.deployment.io/v1/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"deployment-io": {
"serverUrl": "https://api.deployment.io/v1/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
Deployment io exposes 6 tools to a connected agent.
- 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
Score
63 / 100
Good
- Documentation16/25
- Maintenance13/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 179 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Mar 6, 2026 |
| 1.0.0 | Mar 6, 2026 |