MCP.so
登录

ChatGPT MCP Server

@MCP-Mirror

关于 ChatGPT MCP Server

Mirror of

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Toowiredd_chatgpt-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "\\"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ChatGPT MCP Server?

ChatGPT MCP Server is a Model Context Protocol (MCP) server that provides Docker management capabilities through a custom GPT interface. It is built with TypeScript and designed for containerized deployment, enabling natural language interaction with Docker containers.

How to use ChatGPT MCP Server?

Clone the repository, install dependencies (npm install), create an environment file from env.example, and build the project (npm run build). Run with Docker using npm run docker:build and npm run docker:run, or manually mount the Docker socket and set environment variables.

Key features of ChatGPT MCP Server

  • Docker container management through natural language
  • Built on the Model Context Protocol (MCP)
  • TypeScript implementation with containerized deployment
  • Robust error handling and graceful shutdown
  • Resource management and port handling
  • Rate limiting and API key authentication

Use cases of ChatGPT MCP Server

  • Manage Docker containers from a ChatGPT interface
  • Automate container operations using natural language commands
  • Integrate Docker management into custom GPT workflows
  • Secure container management with API key authentication and rate limiting

FAQ from ChatGPT MCP Server

What does ChatGPT MCP Server do?

It provides Docker management capabilities through a custom GPT interface using the Model Context Protocol.

What environment variables are required?

API_KEY for authentication, HTTP_PORT (default 3001), RATE_LIMIT_REQUESTS, and RATE_LIMIT_WINDOW for rate limiting.

How do I run the server with Docker?

Build the container with npm run docker:build and run it with npm run docker:run, or manually mount /var/run/docker.sock and set environment variables.

Does the server handle errors gracefully?

Yes, it includes port conflict detection, network error handling, unhandled rejection catching, and a graceful shutdown process that releases resources.

What runtime dependencies does it have?

Node.js and npm are required for building and running, and Docker is used for containerized deployment. The server accesses the Docker daemon via the Docker socket.

评论

AI 与智能体 分类下的更多 MCP 服务器