mcp-sentry-ts
The Sentry MCP Server is designed for interacting with Sentry through a Model Context Protocol server. It provides tools to retrieve and analyze error data from Sentry, manage projects, and monitor application performance. The server requires specific Node.js and Sentry configurations for setup and operation.
What are the requirements to run the Sentry MCP Server?
You need Node.js (v14 or higher), npm or yarn, a Sentry account with API access, and a Sentry authentication token.
How do I authenticate with the Sentry API?
You need to generate a Sentry authentication token in your account settings under 'API Keys' and provide it in the server's environment variables.
What platforms is the Sentry MCP Server compatible with?
It is verified to work with Codeium Windsurf and partially with Claude.
How do I handle errors in the Sentry MCP Server?
The server includes error handling for missing authentication tokens, API request failures, invalid parameters, and network errors, with all errors logged to the console.
Can I create new projects using the Sentry MCP Server?
Yes, you can create new projects and retrieve their client keys using the 'create_project' tool.