Sentry MCP Server
by inceptionJh
Sentry MCP Server allows you to configure Sentry within a Model Context Protocol (MCP) environment. It facilitates interaction with Sentry using specific organization, project, and API token configurations.
View on GitHub
Last updated: N/A
<div align="center">
<h1>Sentry MCP Server</h1>
</div>
<br/>
Getting Started
MacOS / Linux
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"sentry-mcp-server",
"--SENTRY_ORG_ID=ORG_ID",
"--SENTRY_PROJECT_ID=PROJECT_ID",
"--SENTRY_API_TOKEN=API_TOKEN"
]
}
}
}