# Agent Clients Blekline connects to **Layer 5** agent clients via `@blekline/mcp-server` and `@blekline/mcp-proxy`. ## Compatibility matrix | Client | MCP server | MCP proxy | Ingress | Extension | |--------|------------|-----------|---------|-----------| | [Cursor](/docs/mcp/cursor) | Yes | Yes | Yes | Optional | | [Continue](/docs/mcp/continue) | Yes | Yes | Yes | — | | [GitHub Copilot](/docs/mcp/github-copilot) | Yes | TBD | Yes | — | | [OpenHands](/docs/mcp/openhands) | Yes | Yes | Yes | — | | [Sourcegraph Cody](/docs/mcp/sourcegraph-cody) | Yes | Yes | Yes | — | | [CodeRabbit](/docs/integrations/coderabbit) | — | — | — | Workflow | ## Universal MCP env ```bash export BLEKLINE_WORKSPACE_TOKEN="blw_..." export BLEKLINE_API_URL="https://app.blekline.com" export BLEKLINE_CLIENT_SURFACE=cursor # or continue, github-copilot, openhands, sourcegraph-cody ``` ## When to pick which - **Cursor** — default for coding agents (P0). - **Continue** — open-source IDE, VS Code / JetBrains. - **GitHub Copilot** — VS Code enterprise standard. - **OpenHands** — autonomous sandbox agents. - **Sourcegraph Cody** — enterprise codebase intelligence. - **CodeRabbit** — PR review alongside governed IDE agents (no native MCP). --- **Next steps:** [AI Enablement Stack](/docs/introduction/ai-enablement-stack) · [MCP server](/docs/mcp/server) · [Quick start](/docs/introduction/quick-start) · [Open workspace](https://app.blekline.com)