服务器

Sentry
@modelcontextprotocol
Model Context Protocol Servers
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sentry": {
"command": "uvx",
"args": [
"mcp-server-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}