MCP.so
Sign In
D

Dokploy Mcp

@tacticlaunch

About Dokploy Mcp

A comprehensive Model Context Protocol (MCP) server for Dokploy, providing type-safe access to the complete Dokploy API with extensive tool coverage across all available endpoints.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "dokploy": {
      "command": "npx",
      "args": [
        "-y",
        "dokploy-mcp"
      ],
      "env": {
        "DOKPLOY_URL": "https://your-dokploy-instance.com",
        "DOKPLOY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Tools

55

application cancelDeployment operation

application cleanQueues operation

application create operation

application deploy operation

application disconnectGitProvider operation

application markRunning operation

application move operation

application one operation

application readAppMonitoring operation

application readTraefikConfig operation

application redeploy operation

application reload operation

application saveBitbucketProvider operation

application saveBuildType operation

application saveDockerProvider operation

application saveEnvironment operation

application saveGiteaProvider operation

application saveGitProvider operation

application saveGithubProvider operation

application saveGitlabProvider operation

application start operation

application stop operation

application update operation

application updateTraefikConfig operation

deployment all operation

deployment allByCompose operation

deployment allByServer operation

deployment allByType operation

deployment killProcess operation

environment create operation

environment one operation

environment update operation

domain all operation

domain create operation

domain one operation

domain update operation

project all operation

project create operation

project one operation

project update operation

registry all operation

registry create operation

registry one operation

registry remove operation

registry testRegistry operation

registry update operation

user all operation

user get operation

user one operation

user update operation

server all operation

server create operation

server getDefaultCommand operation

server one operation

server update operation

Overview

What is Dokploy Mcp?

Dokploy Mcp is a Model Context Protocol (MCP) server that provides type-safe access to the complete Dokploy API. It offers 380 tools covering 100% of Dokploy API endpoints and is designed for developers managing a Dokploy instance programmatically.

How to use Dokploy Mcp?

Install and run via npx -y dokploy-mcp. Set the environment variables DOKPLOY_URL and DOKPLOY_API_KEY. To integrate with Claude Desktop, add the MCP server configuration to your Claude Desktop settings. Tools can be enabled or disabled at runtime using the --enable-tools CLI argument or the XMCP_DISABLE_TOOLS environment variable.

Key features of Dokploy Mcp

  • 380 tools covering 100% of Dokploy API functionality
  • Smart tool selection with core tools enabled by default
  • Advanced tools available but disabled by default for performance
  • Type-safe integration with auto-generated OpenAPI types
  • Environment-based authentication via API key
  • Modular architecture with each tool in separate files
  • Comprehensive error handling for all HTTP status codes

Use cases of Dokploy Mcp

  • Manage Dokploy

Comments

More Other MCP servers