chatgpt-mcp-clean

organicoverlords/chatgpt-mcp-clean
★ 0 stars JavaScript Code/Dev Tools Updated today
shell-mcp: minimal 7-tool MCP server (execute_command, start_process, read_output, kill_process, busy_*) with hardened keepalive supervision
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chatgpt-mcp-clean": {
      "command": "npx",
      "args": [
        "-y",
        "organicoverlords/chatgpt-mcp-clean"
      ]
    }
  }
}

README Excerpt

<!-- PROJECT-TIMELINE:BEGIN --> - [2026-09-06] Made the three-process-tool ChatGPT connector profile the production-safe default, corrected stale full-profile documentation, and added a rotation-aware reroute acceptance analyzer that joins aggregate transport health with exact/unknown-time routing evidence without exposing raw identifiers (#81).