Skip to content

Sentry MCP not working, however works in VSCode plugin #585

@c1rew

Description

@c1rew

Describe the bug

configure mcp.json with sentry, bug not working well.

Versions

  • Copilot for Xcode: 0.44.0
  • Xcode: 16.4
  • macOS: 15.7.1

Steps to reproduce

  1. add sentry mcp config
{
  "servers": {
    "sentry-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@sentry/mcp-server@latest"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "token-string"
      }
    }
  }
}
  1. save mcp.json, then sentry-mcp will start with error

Screenshots

Image

Logs

GithubCopilot-log.zip

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions