Skip to content

AI Tools Integration Overview

AI Crawler / Raw View: Fetch this page as raw Markdown at /ai-tools/overview.md.

Cloud Harness MCP is compatible with all leading AI agent environments, IDEs, and coding tools. Depending on the client's authentication capabilities, you will connect using either Managed OAuth or a Static API Key.

Compatibility Matrix

AI Tool / ClientConnection ModeTarget EndpointConfiguration Surface
ChatGPTManaged OAuthhttps://harness.zuey.me/mcpWeb Settings → Apps → Create Custom MCP
Claude DesktopManaged OAuth / Gatewayhttps://api.harness.zuey.me/mcpclaude_desktop_config.json
Claude CodeStatic API Keyhttps://api.harness.zuey.me/mcpclaude mcp add / env var
Cursor IDEStatic API Keyhttps://api.harness.zuey.me/mcpSettings → Features → MCP
OpenAI CodexStatic API Keyhttps://api.harness.zuey.me/mcp~/.codex/config.toml
Gemini CLIStatic API Keyhttps://api.harness.zuey.me/mcpEnvironment header / CLI flags
Google AntigravityStatic API Keyhttps://api.harness.zuey.me/mcpAntigravity MCP Settings
Grok / xAIStatic API Keyhttps://api.harness.zuey.me/mcpResponses API tool definitions

Security Best Practices for Clients

  1. Keep Secrets Local: Never paste API keys into prompts, git commits, or shared project configs.
  2. Use Environment Variables: Reference tokens via environment variable substitution (e.g. $CLOUD_HARNESS_MCP_TOKEN) in tool config files whenever supported.
  3. Approval Modes: For tools modifying the filesystem or Git (files_write, git_push), configure your AI client to require interactive confirmation before execution.

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