自定义MCP Sentry服务器
一个用于从Sentry获取和分析问题的MCP服务器。
快速入门
- 安装
- 使用Smithery自动安装:
npx -y @smithery/cli install @javaDer/mcp-sentry-custom --client claude
- 或通过pip安装:
pip install mcp-sentry-custom
- 使用Smithery自动安装:
- 运行
- 使用uvx运行:
uvx mcp-sentry-custom --auth-token YOUR_TOKEN --project-slug YOUR_PROJECT --organization-slug YOUR_ORG --sentry-url YOUR_URL
- 使用uvx运行:
- 配置
- 在Claude Desktop或Zed中添加相应的JSON配置,设置
auth-token
、project-slug
等参数。
- 在Claude Desktop或Zed中添加相应的JSON配置,设置
- 调试
- 使用MCP Inspector进行调试:
npx @modelcontextprotocol/inspector uvx mcp-sentry-custom [参数]
- 使用MCP Inspector进行调试: