[ 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 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。