Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions ai/mcp-server/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The Checkly OAuth flow only supports Checkly-approved clients. Clients that rely
| ChatGPT | [Follow the ChatGPT setup](#chatgpt). |
| Claude Desktop | [Follow the Claude Desktop setup](#claude-desktop). |
| Claude Code | [Add the server from Claude Code](#claude-code). |
| Mistral Vibe | [Configure Mistral Vibe's approved OAuth client](#mistral-vibe). |
| Devin CLI | [Add Checkly's approved OAuth client](#devin-cli). |
| Antigravity | [Add Checkly's approved OAuth client](#antigravity). |
| OpenCode | [Add Checkly's approved OAuth client](#opencode). |
Expand Down Expand Up @@ -84,6 +85,32 @@ Start a Claude Code session and complete the OAuth flow when prompted.
A Checkly Connector has been submitted to Anthropic and is awaiting review. Once approved, you can connect Checkly directly from the connector directory instead of adding the server manually.
</Note>

<span id="mistral-vibe"></span>

**Mistral Vibe**

Add the server to `~/.vibe/config.toml`:

```toml config.toml
[[mcp_servers]]
name = "checkly"
transport = "streamable-http"
url = "https://api.checklyhq.com/mcp"

[mcp_servers.auth]
type = "oauth"
scopes = []
client_id = "tpc_vXbM9LP3DXcqvWor1SbQu1"
```

Start Mistral Vibe, then authenticate:

```text Vibe
/mcp login checkly
```

Complete the OAuth flow when prompted.

<span id="devin-cli"></span>

**Devin CLI**
Expand Down
Loading