MCP Sentry 服务器
用于从 Sentry.io 检索和分析问题的模型上下文协议服务器。
快速入门
安装
- 使用 Smithery 安装:
运行命令
npx -y @smithery/cli install @qianniuspace/mcp-sentry --client claude
- 使用 uv(推荐):无需安装,直接运行。
- 使用 pip:运行
pip install mcp-sentry
或uv pip install -e .
配置
- 添加到 Claude Desktop 的配置文件中:
使用 uvx、docker 或 pip 设置
mcpServers.sentry
参数。 - 添加到 Zed 的设置文件中: 同样支持 uvx 和 pip 方式。
调试
使用 MCP inspector 工具进行调试:
运行 npx @modelcontextprotocol/inspector uvx mcp-sentry [参数]
。