From ba665fe74a8fc6d268c7b085ef528b3d8076c7f1 Mon Sep 17 00:00:00 2001 From: Dan Minshew Date: Tue, 14 Apr 2026 12:39:52 -0500 Subject: [PATCH] docs(mcp): add setup instructions for Rovo Dev --- docs/ai/mcp.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/ai/mcp.mdx b/docs/ai/mcp.mdx index 4212d424e7068..2013c729f8896 100644 --- a/docs/ai/mcp.mdx +++ b/docs/ai/mcp.mdx @@ -366,6 +366,27 @@ opencode mcp auth sentry +### Rovo Dev + + + +Rovo Dev uses the stdio transport with a Sentry access token. Create a token in **User Settings → Auth Tokens** with these scopes: `org:read`, `project:read`, `project:write`, `team:read`, `event:write`. You may add more scopes if you wish. + +Add the server to `~/.rovodev/mcp.json`: + +```json +{ + "mcpServers": { + "sentry": { + "command": "npx", + "args": ["-y", "@sentry/mcp-server@latest", "--access-token=YOUR_TOKEN"] + } + } +} +``` + + + ### Other Clients