Devopness Logo
Devopness Logo
Model Context Protocol (MCP)

Devopness MCP Server

Complex DevOps → Simple Prompts
Deploy apps, Linux servers, SSL, instantly.
Cursor/VS Code/Claude AWS, GCP, Azure, DO, Hetzner, VPS.

How it works?

Prompt in Cursor → App live on your cloud.
AI → MCP → Devopness APIs → your cloud (no keys exposed).

Safer than AI access to CLI

  • Prevents accidental rm -rf deletes
  • No unintentional $5K+/month AWS EC2 bills
  • No "god-mode" cloud keys:
  • simple fine-grained RBAC for AI agents (Role-Based Access Control)

Secure by Design

Remote HTTP + OAuth. No secrets exposed in mcp.json, chats, or screenshots.

Full Visibility

Track every AI agent action in the Devopness dashboard. See who/when/why, full audit trail.

Installation

Choose your editor, add MCP, done.​
Takes less than 2 minutes.

Using another IDE?

Add Devopness MCP to any MCP-compatible tool with this config:

{
  "mcpServers": {
    "devopness": {
      "url": "https://mcp.devopness.com/mcp/"
    }
  }
}

Try These Prompts

Copy, paste, ship.

Deployments

  • "Deploy 'my-app' to staging"
  • "Deploy my-app cool-feature branch"
  • "Rollback 'my-app' to previous version"
  • "Show 'my-app' deployment history"

Servers

  • "List DEV servers"
  • "API dev server details + metrics"
  • "Restart API dev web server"
  • "Check server health"

Environments

  • "Create staging env"
  • "List env variables"
  • "Set DATABASE_URL for app 'my-app'"
  • "Clone prod 'my-app' to 'staging-my-app'"

Applications

  • "List apps"
  • "Show 'my-app' config"
  • "Update 'my-app' .env file"
  • "'Github my/repo' apps status in all envs"

Ready?

Prompt → Ship → Repeat.

Connect MCP now