Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This is an MCP server that acts as a middleware to the Sentry API, allowing for interaction with Sentry's data and functionalities. It supports both remote service operation and a stdio transport for
Add this to your MCP client configuration:
{
"mcpServers": {
"getsentry-sentry-mcp": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server@latest"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<Your Sentry user token with necessary scopes (org:read, project:read, project:write, team:read, team:write, event:write).>",
"SENTRY_HOST": "<The host URL of your Sentry instance (e.g., sentry.example.com).>"
}
}
}
}{
"id": "getsentry-sentry-mcp",
"name": "Sentry",
"description": "This is an MCP server that acts as a middleware to the Sentry API, allowing for interaction with Sentry's data and functionalities. It supports both remote service operation and a stdio transport for ",
"source_url": "https://github.com/getsentry/sentry-mcp",
"publisher_name": "getsentry",
"publisher_url": "https://github.com/getsentry",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 271370,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@sentry/mcp-server"
},
"tools_count": 18
}