Compose-Examples (MCP Server)

GitHub

Various Docker Compose examples of selfhosted FOSS and proprietary projects.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Compose-Examples": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Compose-Examples"
      ]
    }
  }
}