Skip to content
Open
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
21 changes: 21 additions & 0 deletions docs/ai/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,27 @@ opencode mcp auth sentry

</Expandable>

### Rovo Dev

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

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"]
}
}
}
```

</Expandable>

### Other Clients

<Expandable title="Setup Instructions" group="clients">
Expand Down