Dokploy MCP
Rank #14,249io.github.vcode-sh/dokploy-mcp
Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes
Dokploy MCP is a Model Context Protocol (MCP) server published by vcode-sh. It ranks #14,249 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Dokploy MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Jul 9, 2026.
Ranks ahead of 117,797 of 132,046 servers on MCP Toplist.
Use Dokploy MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dokploy-mcp https://{remotehost}{mcppath}/This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add dokploy-mcp -e "DOKPLOY_URL=<your DOKPLOY_URL>" -e "DOKPLOY_API_KEY=<your DOKPLOY_API_KEY>" -e "DOKPLOY_PROFILES_JSON=<your DOKPLOY_PROFILES_JSON>" -- npx -y @vibetools/dokploy-mcpReplace each placeholder with your own value before saving.
[mcp_servers.dokploy-mcp]
url = "https://{remotehost}{mcppath}/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.dokploy-mcp]
command = "npx"
args = ["-y", "@vibetools/dokploy-mcp"]
[mcp_servers.dokploy-mcp.env]
DOKPLOY_URL = "<your DOKPLOY_URL>"
DOKPLOY_API_KEY = "<your DOKPLOY_API_KEY>"
DOKPLOY_PROFILES_JSON = "<your DOKPLOY_PROFILES_JSON>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://{remotehost}{mcppath}/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<your DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<your DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<your DOKPLOY_PROFILES_JSON>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dokploy-mcp": {
"url": "https://{remotehost}{mcppath}/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<your DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<your DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<your DOKPLOY_PROFILES_JSON>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dokploy-mcp": {
"type": "http",
"url": "https://{remotehost}{mcppath}/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"dokploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<your DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<your DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<your DOKPLOY_PROFILES_JSON>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dokploy-mcp": {
"serverUrl": "https://{remotehost}{mcppath}/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<your DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<your DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<your DOKPLOY_PROFILES_JSON>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dokploy-mcp": {
"url": "https://{remotehost}{mcppath}/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"dokploy-mcp": {
"command": "npx",
"args": [
"-y",
"@vibetools/dokploy-mcp"
],
"env": {
"DOKPLOY_URL": "<your DOKPLOY_URL>",
"DOKPLOY_API_KEY": "<your DOKPLOY_API_KEY>",
"DOKPLOY_PROFILES_JSON": "<your DOKPLOY_PROFILES_JSON>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vcode-sh%2Fdokploy-mcp)<a href="https://mcptoplist.com/server/io.github.vcode-sh%2Fdokploy-mcp"><img src="https://mcptoplist.com/badge/io.github.vcode-sh%2Fdokploy-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vcode-sh
Available versions (3)
| Version | Published |
|---|---|
| 4.0.0 | Jul 9, 2026 |
| 3.1.2 | May 15, 2026 |
| 3.1.1 | May 11, 2026 |
Frequently asked questions
- Who maintains Dokploy MCP?
- Dokploy MCP is maintained by vcode-sh, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Dokploy MCP listed on the Official MCP Registry?
- Yes — Dokploy MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Dokploy MCP have?
- MCP Toplist tracks 3 versions of Dokploy MCP, most recently published on Jul 9, 2026.
- Where can I find the source code for Dokploy MCP?
- The source code for Dokploy MCP is hosted at github.com/vcode-sh/dokploy-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.