dokku-mcp

dokku-MCP/dokku-mcp
★ 6 stars Go 🤖 AI/LLM Updated today
Dokku modular mcp server in go - fx & mcp-go
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dokku-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/dokku-MCP/dokku-mcp@latest"
      ]
    }
  }
}

README Excerpt

**Model Context Protocol (MCP)** server for **Dokku**, written in Go. Version: v0.3.0 This server exposes Dokku's management capabilities through the standardized Model Context Protocol (MCP), allowing Large Language Models (LLMs) to interact with and manage a Dokku instance. ⚠️ **Early Development**: This project is in its early stages. Breaking changes are expected, and it is not recommended for production use.