Sentry
Use the steps below to launch the MCP Sentry server as a Meshagent Room service and connect an agent to use the tools collaboratively.
Environment Variables
Before starting, you’ll need:
SENTRY_AUTH_TOKEN
: Your Sentry API token (for authenticating with Sentry).
Cloud Setup
-
Install the Meshagent CLI:
-
Sign up and authenticate with Meshagent
Follow instructions at: Meshagent CLI Get Started -
Start the MCP Sentry server in a Meshagent Room:
- This command launches the MCP Sentry server inside a Meshagent Room (
test
). - Replace
YOUR_SENTRY_TOKEN
with your Sentry API token. - Note: Rooms will close if left inactive.
- This command launches the MCP Sentry server inside a Meshagent Room (
-
Connect a chatbot agent with the Sentry toolkit:
- This command starts a chatbot in the same Meshagent Room, capable of using the Sentry tools.
- Multiple toolkits can be loaded in the same room/agent if needed.
- The CLI output will include a link to the live Room’s chat interface for interactive access.
Tools Available
Sentry MCP Server Tools
A Model Context Protocol (MCP) server for retrieving and analyzing issues from Sentry.io. This server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.
Available Tools:
Tool | Short Description |
---|---|
get_sentry_issue | Retrieve and analyze a Sentry issue by ID or URL. |
Tool: get_sentry_issue
Retrieve and analyze a Sentry issue by ID or URL. Use this tool when you need to:
- Investigate production errors and crashes
- Access detailed stacktraces from Sentry
- Analyze error patterns and frequencies
- Get information about when issues first/last occurred
- Review error counts and status
Parameter | Type | Description |
---|---|---|
issue_id_or_url | string | Sentry issue ID or URL to analyze |
Reference & Resources
- Meshagent: https://www.meshagent.com/
- Meshagent Getting Started: https://docs.meshagent.com/room_api/get_started
- Meshagent API Overview: https://docs.meshagent.com/room_api/overview
- Meshagent MCP Sentry Tool Image: https://hub.docker.com/r/meshagent/mcp-sentry
For additional details on Meshagent, Rooms, toolkits, and cloud orchestration, consult the Meshagent documentation.