Skip to content

Commit ba665fe

Browse files
committed
docs(mcp): add setup instructions for Rovo Dev
1 parent dd78cdd commit ba665fe

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/ai/mcp.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,27 @@ opencode mcp auth sentry
366366

367367
</Expandable>
368368

369+
### Rovo Dev
370+
371+
<Expandable title="Setup Instructions" group="clients">
372+
373+
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.
374+
375+
Add the server to `~/.rovodev/mcp.json`:
376+
377+
```json
378+
{
379+
"mcpServers": {
380+
"sentry": {
381+
"command": "npx",
382+
"args": ["-y", "@sentry/mcp-server@latest", "--access-token=YOUR_TOKEN"]
383+
}
384+
}
385+
}
386+
```
387+
388+
</Expandable>
389+
369390
### Other Clients
370391

371392
<Expandable title="Setup Instructions" group="clients">

0 commit comments

Comments
 (0)