- Home
- MCP servers
- DOKPLOY
DOKPLOY
- typescript
1
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mcp-mirror-apple-techie_dokploy-mcp": {
"command": "node",
"args": [
"/path/to/dokploy-mcp/dist/index.js"
],
"env": {
"PORT": "3000",
"DOKPLOY_API_KEY": "your-galactic-access-key",
"DOKPLOY_API_URL": "https://your-dokploy-instance.com/api"
}
}
}
}You have access to a modern MCP server that translates natural language into API calls to manage your Dokploy infrastructure. It acts as a universal translator between AI assistants and cloud operations, enabling you to control containers, deployments, databases, networks, monitoring, and more through conversational commands.
How to use
You interact with the MCP server through a client that supports the MCP protocol. Use natural language prompts to describe infrastructure tasks you want to perform, such as deploying an application, scaling a service, provisioning a database, or updating security settings. The server analyzes your request, maps it to high‑level actions, and executes the appropriate operations across your cloud resources. Expect real‑time updates for long‑running operations and clear error guidance if something needs adjustment.
How to install
Prerequisites: ensure you have Node.js and npm installed on your system.
Clone the MCP server repository, install dependencies, build, and start the server with the following steps.
Additional sections
Configuration, security, and runtime details are provided below to help you run and manage your Dokploy MCP server effectively.
Available tools
dokploy_project
Project management tool with actions to list, get, create, update, and delete projects.
dokploy_application
Application operations tool to list, get, create, update, delete, deploy, restart, stop, and start applications.
dokploy_server
Server management tool to list, get, create, update, delete, setup, validate, and manage security.
dokploy_docker
Docker container operations tool to list, restart, get_config, find_by_app, find_by_label, and find_stack.
dokploy_domain
Domain and certificate management tool to list, get, create, update, delete, validate, and generate.
dokploy_monitoring
Monitoring and logging tool for app status, app logs, server metrics, and setup.
dokploy_diagnostics
Diagnostic utilities for testing endpoints, diagnosing issues, and security checks.
dokploy_deployment
Deployment operations including deploy, redeploy, and rollback.
dokploy_database
Unified database interface for create, get, start, stop, deploy, update, delete, move, reload, and rebuild.
dokploy_backup
Backup management for create, get, list, update, delete, and manual backups.
dokploy_system
MCP system management for status, clear_cache, reset_circuit_breaker, and metrics.