Skip to content

Cloud Harness MCPRemote Coding, Under One Owner

A private remote coding harness exposed through authenticated Streamable HTTP MCP. Isolated clones, non-root Docker executors, TTL bounds, and full code intelligence.

AI Crawlers: Browse clean Markdown for any page by appending .md to the URL (e.g. /getting-started.md), or read the complete index at /llms.txt and /llms-full.txt.

Architecture at a Glance

Cloud Harness separates request validation from Docker execution authority:

[ AI Client ] (OAuth / API Key)


[ Credential-Free Ingress Proxy ]


[ Stateless MCP API ]
       │ (Authenticated Private RPC)

[ Trusted Runner ] ──► [ Docker Authority ] ──► [ Non-Root Executor ]
       │                                              │
       ├─► [ SQLite State Store ]                     └─► [ Isolated Repo Clone ]
       └─► [ GitHub App Broker ] ─(stdin)─► [ Ephemeral Git Helper ]

Quick Endpoints

Protocol LanePublic EndpointAuthentication Method
Managed OAuthhttps://harness.zuey.me/mcpCloudflare Access (GitHub/Google SSO)
Static API Keyhttps://api.harness.zuey.me/mcpAuthorization: Bearer <dashboard-api-key>
Operator Dashboardhttps://harness.zuey.me/dashboardBrowser SSO Session
Documentationhttps://docs.harness.agentkit.bestPublic (Static Pages)

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