ChatGPT MCP Server
@Toowiredd
ChatGPT MCP Server について
A Model Context Protocol server for Docker management through ChatGPT
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"chatgpt-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Toowiredd/chatgpt-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ChatGPT MCP Server?
The ChatGPT MCP Server is a Model Context Protocol (MCP) server that provides Docker management capabilities through a custom GPT interface. It allows users to interact with Docker containers using natural language, built with TypeScript and designed for containerized deployment.
How to use ChatGPT MCP Server?
Install via Smithery with npx -y @smithery/cli install @Toowiredd/chatgpt-mcp-server --client claude or manually: clone the repo, install dependencies, create an .env file, build with npm run build, and run with Docker using npm run docker:run or manually with docker run. Set environment variables like API_KEY for authentication.
Key features of ChatGPT MCP Server
- Docker container management through natural language
- Built on the Model Context Protocol (MCP)
- TypeScript implementation with robust error handling
- Containerized deployment with graceful shutdown
- Rate limiting and API key authentication
- Resource management and port conflict detection
Use cases of ChatGPT MCP Server
- Manage Docker containers via natural language commands in a custom GPT
- Automate container lifecycles (start, stop, monitor) without CLI
- Integrate Docker operations into ChatGPT-based workflows
FAQ from ChatGPT MCP Server
What exactly does the ChatGPT MCP Server do?
It provides Docker management capabilities, allowing users to control Docker containers through natural language via a custom GPT interface, using the Model Context Protocol.
How do I install the ChatGPT MCP Server?
Install automatically via Smithery with the command npx -y @smithery/cli install @Toowiredd/chatgpt-mcp-server --client claude, or manually by cloning the repository, installing dependencies, setting environment variables, and building with npm.
What runtime or dependencies are required?
The server requires Node.js and Docker. It runs inside a Docker container and mounts the host’s Docker socket (/var/run/docker.sock) to interact with Docker.
What environment variables are needed?
Key variables: API_KEY for authentication, HTTP_PORT (default 3001), RATE_LIMIT_REQUESTS, and RATE_LIMIT_WINDOW for rate limiting.
How does the server handle shutdown and errors?
It performs a graceful shutdown on SIGINT, SIGTERM, and SIGQUIT: rejects new connections, allows active requests to complete (with timeout), closes keep-alive connections, releases ports, and cleans up resources. Port conflicts, unhandled rejections, and network errors are properly caught.
「AI とエージェント」の他のコンテンツ
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
コメント