Dokploy MCP✓
io.github.vcode-sh/dokploy-mcp · v3.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.vcode-sh/dokploy-mcp",
"description": "Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes",
"title": "Dokploy MCP",
"repository": {
"url": "https://github.com/vcode-sh/dokploy-mcp",
"source": "github"
},
"version": "3.1.1",
"websiteUrl": "https://github.com/vcode-sh/dokploy-mcp",
"icons": [
{
"src": "https://raw.githubusercontent.com/vcode-sh/dokploy-mcp/main/docs/assets/dokploy-mcp-icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@vibetools/dokploy-mcp",
"version": "3.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional when local Dokploy credentials already exist. Otherwise provide the Dokploy panel URL.",
"placeholder": "https://panel.example.com",
"name": "DOKPLOY_URL"
},
{
"description": "Optional when local Dokploy credentials already exist. Otherwise provide the Dokploy API key.",
"isSecret": true,
"placeholder": "dokp_...",
"name": "DOKPLOY_API_KEY"
},
{
"description": "Optional JSON object of named Dokploy targets. Use this when you want explicit named profiles in addition to the local default target.",
"isSecret": true,
"placeholder": "{\"redivo\":{\"url\":\"https://redivo.example.com\",\"apiKey\":\"dokp_redivo\"}}",
"name": "DOKPLOY_PROFILES_JSON"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://{remoteHost}{mcpPath}",
"headers": [
{
"description": "Dokploy panel URL for this request. Accepts the panel URL, /api, or /api/trpc and is normalized automatically.",
"isRequired": true,
"placeholder": "https://panel.example.com",
"name": "X-Dokploy-Url"
},
{
"description": "Dokploy API key from Settings > Profile > API/CLI.",
"isRequired": true,
"isSecret": true,
"placeholder": "dokp_...",
"name": "X-Dokploy-Api-Key"
}
],
"variables": {
"mcpPath": {
"description": "MCP HTTP path exposed by the hosted server.",
"default": "/mcp",
"placeholder": "/mcp"
},
"remoteHost": {
"description": "Hostname of your hosted dokploy-mcp server without the https:// prefix.",
"isRequired": true,
"placeholder": "mcp.example.com"
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}