diff --git a/docs/ai/mcp.mdx b/docs/ai/mcp.mdx index 4212d424e70686..2013c729f88962 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