Servers

Sentry
@modelcontextprotocol
Model Context Protocol Servers
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sentry": {
"command": "uvx",
"args": [
"mcp-server-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}