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 / Client | Connection Mode | Target Endpoint | Configuration Surface |
|---|---|---|---|
| ChatGPT | Managed OAuth | https://harness.zuey.me/mcp | Web Settings → Apps → Create Custom MCP |
| Claude Desktop | Managed OAuth / Gateway | https://api.harness.zuey.me/mcp | claude_desktop_config.json |
| Claude Code | Static API Key | https://api.harness.zuey.me/mcp | claude mcp add / env var |
| Cursor IDE | Static API Key | https://api.harness.zuey.me/mcp | Settings → Features → MCP |
| OpenAI Codex | Static API Key | https://api.harness.zuey.me/mcp | ~/.codex/config.toml |
| Gemini CLI | Static API Key | https://api.harness.zuey.me/mcp | Environment header / CLI flags |
| Google Antigravity | Static API Key | https://api.harness.zuey.me/mcp | Antigravity MCP Settings |
| Grok / xAI | Static API Key | https://api.harness.zuey.me/mcp | Responses API tool definitions |
Security Best Practices for Clients
- Keep Secrets Local: Never paste API keys into prompts, git commits, or shared project configs.
- Use Environment Variables: Reference tokens via environment variable substitution (e.g.
$CLOUD_HARNESS_MCP_TOKEN) in tool config files whenever supported. - Approval Modes: For tools modifying the filesystem or Git (
files_write,git_push), configure your AI client to require interactive confirmation before execution.