Skip to content
Cursor

Unified AI System MCP Gateway for Cursor

io.github.happy520ai/unified-ai-system

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

client:Cursor transport:stdio runtime:oci

Install Unified AI System MCP Gateway in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Unified AI System MCP Gateway in other clients