Skip to content
Claude Desktop

Unified AI System MCP Gateway for Claude Desktop

io.github.happy520ai/unified-ai-system

Self-hosted MCP gateway for Codex, Cursor, and Cline with provider-free prompt enhancement.

client:Claude Desktop transport:stdio runtime:oci

Install Unified AI System MCP Gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "unified-ai-system": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/happy520ai/unified-ai-system/mcp-server:0.8.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Unified AI System MCP Gateway in other clients