Spacelift (Docker) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Spacelift (Docker) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
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.