Skip to content
Zed

sentry for Zed

com.mcparmory/sentry

Track errors, manage performance alerts, and configure dashboards and monitors

client:Zed transport:stdio runtime:pypi

Install sentry in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sentry": {
      "command": "uvx",
      "args": [
        "mcparmory-sentry"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sentry in other clients