自定义MCP Sentry服务器

自定义MCP Sentry服务器

一个用于从Sentry获取和分析问题的MCP服务器。

快速入门

  1. 安装
    • 使用Smithery自动安装:npx -y @smithery/cli install @javaDer/mcp-sentry-custom --client claude
    • 或通过pip安装:pip install mcp-sentry-custom
  2. 运行
    • 使用uvx运行:uvx mcp-sentry-custom --auth-token YOUR_TOKEN --project-slug YOUR_PROJECT --organization-slug YOUR_ORG --sentry-url YOUR_URL
  3. 配置
    • 在Claude Desktop或Zed中添加相应的JSON配置,设置auth-tokenproject-slug等参数。
  4. 调试
    • 使用MCP Inspector进行调试:npx @modelcontextprotocol/inspector uvx mcp-sentry-custom [参数]