ChatGPT MCP Server

by Toowiredd

15 stars
505 downloads
Not rated
GitHub

About

A Model Context Protocol server for Docker management through ChatGPT

Details

Author
Toowiredd
GitHub stars
15
Downloads
505
Categories
AI

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ChatGPT MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "chatgpt mcp server": {
            "chatgpt-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@Toowiredd/chatgpt-mcp-server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "chatgpt-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@Toowiredd/chatgpt-mcp-server",
            "--client",
            "claude"
        ]
    }
}

ChatGPT MCP Server

smithery badge

A Model Context Protocol (MCP) server that provides Docker management capabilities through a custom GPT interface.

Features

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

Setup

Installing via Smithery

To install ChatGPT MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Toowiredd/chatgpt-mcp-server --client claude

Manual Installation

1. Clone the repository
git clone https://github.com/toowiredd/chatgpt-mcp-server.git
cd chatgpt-mcp-server

2. Install dependencies

npm install

3. Create environment file
```bash
cp env.example .env

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.