McpMux
Back to Registry

Spacelift (Docker) MCP Server

Community

Contributed by Spacelift

Provision and manage cloud infrastructure with Spacelift Intent using natural language via Docker. Define resources in plain English and have them created directly through provider APIs, with full state tracking - no Terraform or OpenTofu code required.

About the Spacelift (Docker) MCP Server

The Spacelift (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Provision and manage cloud infrastructure with Spacelift Intent using natural language via Docker. Define resources in plain English and have them created directly through provider APIs, with full state tracking - no Terraform or OpenTofu code required. This is a community-contributed MCP server by Spacelift.

Install the Spacelift (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "-e",
    "SPACELIFT_API_KEY_ENDPOINT",
    "-e",
    "SPACELIFT_API_KEY_ID",
    "-e",
    "SPACELIFT_API_KEY_SECRET",
    "ghcr.io/spacelift-io/spacelift-intent:latest"
  ],
  "env": {
    "SPACELIFT_API_KEY_ENDPOINT": "${input:SPACELIFT_API_KEY_ENDPOINT}",
    "SPACELIFT_API_KEY_ID": "${input:SPACELIFT_API_KEY_ID}",
    "SPACELIFT_API_KEY_SECRET": "${input:SPACELIFT_API_KEY_SECRET}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "SPACELIFT_API_KEY_ENDPOINT",
        "label": "Spacelift Account Endpoint",
        "description": "The URL of your Spacelift account, e.g. https://yourorg.app.spacelift.io",
        "type": "url",
        "required": true,
        "placeholder": "https://yourorg.app.spacelift.io"
      },
      {
        "id": "SPACELIFT_API_KEY_ID",
        "label": "API Key ID",
        "description": "The ID of your Spacelift API key, shown in Organization settings > Access > API keys.",
        "type": "text",
        "required": true,
        "placeholder": "01ABCDEFGHIJKLMNOPQRSTUVWX",
        "obtain": {
          "url": "https://docs.spacelift.io/integrations/api",
          "instructions": "1. In Spacelift, open your account menu and select Organization settings\n2. In the Access section, click API keys, then Create API key\n3. Copy the API key ID shown after creation",
          "button_label": "Spacelift API Keys"
        }
      },
      {
        "id": "SPACELIFT_API_KEY_SECRET",
        "label": "API Key Secret",
        "description": "The secret for your Spacelift API key. Only shown once when the key is created.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "****************************************",
        "obtain": {
          "url": "https://docs.spacelift.io/integrations/api",
          "instructions": "1. In Spacelift, open your account menu and select Organization settings\n2. In the Access section, click API keys, then Create API key\n3. Copy the secret immediately - it is only displayed once at creation",
          "button_label": "Spacelift API Keys"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

spaceliftinfrastructureiacterraformopentofucloudprovisioningdocker

Supported AI Clients

The Spacelift (Docker) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Spacelift (Docker) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.