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.
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
Servers
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Comments