Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes
What it says
The record the registry holds
Where it answers
https://{remoteHost}{mcpPath} · streamable-http
How you get it
It also ships as a package you run yourself.
@vibetools/dokploy-mcp · npm · 4.0.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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": "4.0.0",
"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": "4.0.0",
"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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-09T14:59:32.735904Z",
"publishedAt": "2026-07-09T14:59:32.735904Z",
"updatedAt": "2026-07-09T14:59:32.735904Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 4.0.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.