openai-tunnel-kit

yurei-dll/openai-tunnel-kit
★ 0 stars Python AI/LLM Updated 14d ago
Small tool for connecting ChatGPT to local MCP servers
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": {
    "openai-tunnel-kit": {
      "command": "uvx",
      "args": [
        "openai-tunnel-kit"
      ]
    }
  }
}

Or install with pip: pip install openai-tunnel-kit

README Excerpt

`openai-tunnel-kit` is a small, dependency-free Python CLI for keeping an external `tunnel-client` running as a persistent systemd user service. Profiles are ordinary environment and JSON files: there is no database and no hidden state. - Linux with a systemd user manager - Python 3.9 or newer - A separately installed `tunnel-client` executable