Supported clients
The public Checkly MCP Server currently supports these clients:| Client | Support status | Notes |
|---|---|---|
| ChatGPT | Supported | Use the Checkly MCP endpoint from this page. |
| Claude Desktop | Supported | Use the Checkly MCP endpoint as the remote MCP server URL. |
| Claude Code | Supported | Add the server with the HTTP transport. |
| Devin CLI | Supported | Requires Devin CLI and uses Checkly’s static Devin MCP OAuth client. |
| Antigravity | Supported | Use the Checkly MCP endpoint as the MCP server URL. |
| OpenCode | Supported | Uses Checkly’s static OpenCode MCP OAuth client with OpenCode’s default redirect URI. |
| Cursor | Supported | Uses Checkly’s static Cursor MCP OAuth client. Configure .cursor/mcp.json or ~/.cursor/mcp.json. |
| VS Code | Supported | Configure .vscode/mcp.json or your VS Code user profile. |
ChatGPT
Follow OpenAI’s Developer mode and MCP apps in ChatGPT guide. Use the Checkly MCP endpoint from this page as the MCP server endpoint.Claude Desktop
Follow Claude’s custom connectors using remote MCP guide. Use the Checkly MCP endpoint from this page as the remote MCP server URL.Claude Code
Add the server with the HTTP transport:Terminal
Devin CLI
Use this configuration:- MCP endpoint:
https://api.checklyhq.com/mcp - OAuth client ID:
tpc_5apxvvouctRhwLo7ARsjYA - Transport:
http
Terminal
Terminal
Antigravity
Follow Google’s Antigravity MCP integration guide. Use the Checkly MCP endpoint from this page as the MCP server URL.OpenCode
Before you begin
Before you begin
Before configuring OpenCode, ensure you have:
- OpenCode installed
- Port
19876available for the OAuth callback
opencode.json
Terminal
19876 is already in use, this static OAuth client will not work with a different local callback port unless Checkly has approved that redirect URI.
Cursor
Add the server to.cursor/mcp.json in your project, or to ~/.cursor/mcp.json for all projects:
mcp.json
VS Code
Add the server to.vscode/mcp.json in your workspace, or to your VS Code user profile:
mcp.json
Known client limitations
Some MCP clients support remote MCP servers but do not work with the public Checkly MCP Server yet. If your preferred compatible client is missing, share feedback or requests.Cline
Cline is not currently supported for Checkly MCP OAuth because of its current OAuth limitation. You can follow or upvote the Checkly Cline support request.Codex
Codex is not currently supported for Checkly MCP OAuth. Codex does not support CIMD for this flow, and Checkly cannot use a static OAuth client because Codex changes the callback port expected during OAuth. You can follow or upvote the Checkly Codex support request.Windsurf / Devin Desktop
Windsurf / Devin Desktop is not currently supported for Checkly MCP OAuth because of its current OAuth limitation. You can follow or upvote the Checkly Devin support request.Use a specific account
If you belong to multiple Checkly accounts, tell your MCP client which account you want to use in your prompt:Prompt
X-Checkly-Account header when your client supports custom MCP headers.
For Claude Code, add the header when you register the server:
Terminal
mcpServers JSON configuration, add headers to the Checkly server entry:
mcp.json
Verify the connection
After authentication, ask your MCP client:Prompt
Prompt