Skip to content
Grok

Dokploy MCP for Grok

io.github.vcode-sh/dokploy-mcp

Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes

client:Grok transport:streamable-http runtime:npm

Install Dokploy MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dokploy-mcp": {
      "type": "http",
      "url": "https://{remoteHost}{mcpPath}"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Dokploy MCP in other clients