The Sentry MCP server allows AI agents to interact with Sentry's issue tracking and error monitoring platform. It provides tools to create, update, and retrieve issues, as well as fetch event details. The server connects directly to Sentry's API, enabling agents to manage errors and monitor application health. Developers use it to automate issue tracking, enhance error reporting, and integrate Sentry's capabilities into AI-driven workflows.
The Sentry MCP server allows AI agents to interact with Sentry's issue tracking and error monitoring platform. It provides tools to create, update, and retrieve issues, as well as fetch event details. The server connects directly to Sentry's API, enabling agents to manage errors and monitor application health. Developers use it to automate issue tracking, enhance error reporting, and integrate Sentry's capabilities into AI-driven workflows.
npx -y sentry-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"getsentry-sentry-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y sentry-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sentry mcp?"
API Key Required
This server requires an API key from sentry mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SENTRY_MCP_API_KEY | Yes | Your sentry mcp API key |
"What resources are available in sentry mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sentry mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sentry mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.