diff --git a/ai/mcp-server/setup.mdx b/ai/mcp-server/setup.mdx
index 511ddcb6..0ac75846 100644
--- a/ai/mcp-server/setup.mdx
+++ b/ai/mcp-server/setup.mdx
@@ -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). |
@@ -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.
+
+
+**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.
+
**Devin CLI**