A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Model Context Protocol server for Docker management through ChatGPT
A Model Context Protocol (MCP) server that provides Docker management capabilities through a custom GPT interface.
To install ChatGPT MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Toowiredd/chatgpt-mcp-server --client claude
git clone https://github.com/toowiredd/chatgpt-mcp-server.git
cd chatgpt-mcp-server
npm install
cp env.example .env
# Edit .env with your configuration
npm run build
npm run docker:build
npm run docker:run
Or manually:
docker run -d \
-p 3001:3001 \
--env-file .env \
-v /var/run/docker.sock:/var/run/docker.sock \
chatgpt-mcp-server
npm run build - Build the TypeScript codenpm run watch - Watch for changes and rebuildnpm run inspector - Run the MCP inspector toolAPI_KEY - API authentication keyHTTP_PORT - Server port (default: 3001)RATE_LIMIT_REQUESTS - Maximum requests per windowRATE_LIMIT_WINDOW - Window size in millisecondsThe server implements robust resource management:
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba