ChatGPT MCP Server
@MCP-Mirror
About ChatGPT MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Toowiredd_chatgpt-mcp-server": {
"command": "docker",
"args": [
"run",
"-d",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More AI & Agents MCP servers
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments