ChatGPT MCP Server
@MCP-Mirror
关于 ChatGPT MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
评论