Skip to content

Connecting MCP Clients

AI Crawler / Raw View: Fetch this page as raw Markdown at /connect.md.

Cloud Harness MCP provides two distinct connection lanes over Streamable HTTP MCP:

                                  AI CLIENT

                   ┌──────────────────┴──────────────────┐
                   ▼                                     ▼
        Managed OAuth Lane                      Static API Key Lane
  https://harness.zuey.me/mcp            https://api.harness.zuey.me/mcp
                   │                                     │
           Browser OAuth SSO                     Static Header Bearer
        (GitHub / Google via Access)           Authorization: Bearer <key>
                   │                                     │
         • ChatGPT Custom App                  • Cursor / Claude Code
         • Web connectors                      • Codex / Gemini CLI

Protocol Lane Comparison

FeatureManaged OAuth LaneStatic API Key Lane
Public URLhttps://harness.zuey.me/mcphttps://api.harness.zuey.me/mcp
AuthenticationCloudflare Access OAuthDashboard-managed API Key
HeaderAccess JWT Cookie / BearerAuthorization: Bearer <api-key>
Target ClientsChatGPT, Web App ConnectorsCursor, Claude Code, Codex, Antigravity
Key ExpirySession bound1–365 days (configurable)
Max Keys per IdentityN/A10 active keys

Managing API Keys

  1. Log into the Operator Dashboard at https://harness.zuey.me/dashboard.
  2. Navigate to API Keys in the sidebar.
  3. Click Generate New Key, specify an expiry (1–365 days) and label.
  4. Copy the revealed key immediately. Store it securely in your local environment or credential vault.

One-Time Display

API keys are shown exactly once upon creation and cannot be recovered from the database. If lost, revoke the old key and create a new one.

Supported AI Clients

Select your AI coding tool for specific setup instructions:

Released under the MIT License. Single-owner private remote coding harness.