ChatGPT MCP ServerServer

Toowiredd
GitHub
Docker ManagementMCPNatural Language Processing

Loading subscription status...

๐Ÿ’ก Description

A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through natural language commands.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "ChatGPT_MCP_Server": {
        "env": {
          "API_KEY": "<SECRET_API_KEY>",
          "HTTP_PORT": "3001",
          "RATE_LIMIT_WINDOW": "60000",
          "RATE_LIMIT_REQUESTS": "10"
        },
        "args": [
          "-d",
          "-p",
          "3001:3001",
          "--env-file",
          ".env",
          "-v",
          "/var/run/docker.sock:/var/run/docker.sock",
          "chatgpt-mcp-server"
        ],
        "command": "docker run"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

container_execcontainer_createcontainer_removecontainers_listcontainer_stopcontainer_startcontainer_logs

โšก Features

  • Natural language Docker container management
  • Error handling and graceful shutdown
  • Resource management and port handling

๐Ÿ’ฌ Example Queries

  • Create a new Docker container named 'web-server'.
  • Stop the Docker container 'db-server'.
  • List all running Docker containers.