MCP.so
登录
D

Dokploy Mcp

@tacticlaunch

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

tacticlaunch

提交者

Alexey Elizarov

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器