[ MCP_NODE_3856 ]
Sentry 本地调试
分类:
开发工具
协议:
MCP v1.0
[ 描述 ]
Sentry 官方 MCP(本地版),通过 npx 在本地运行,用于调试、错误追踪与性能监控。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"sentry-local": {
"description": "Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.",
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server@latest"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<your-sentry-auth-token>"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号