MCP server
Sentry MCP
Pulls Sentry issues and events into a coding agent's context
Add it to your client
OfficialInstall
npx @sentry/mcp-server@latest
mcpServers
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": [
"@sentry/mcp-server@latest"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- License
- FSL-1.1-Apache-2.0
Tools
search_eventssearch_issues
Built for the case where an agent is already fixing a bug and needs the production evidence behind it: the error, its stack trace, how often it fires and which release introduced it. Sentry runs a hosted version at mcp.sentry.dev; self-hosted installs can run the same server locally over stdio with a user auth token. The project is explicit that it targets human-in-the-loop coding tools rather than being a general wrapper over the Sentry API.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Context7
MCP serverPulls current, version-matched library documentation into the model's context.
Developer Tools
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Developer Tools
Comments(0)
Sign in to comment