Skip to content
Zed

Sentry for Zed

com.sentry/mcp

Sentry's hosted MCP server. Look up issues, errors, traces and performance data for your projects and hand the context to an agent fixing the bug.

client:Zed transport:streamable-http tools:6

Install Sentry in Zed

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

{
  "context_servers": {
    "mcp": {
      "url": "https://mcp.sentry.dev/mcp"
    }
  }
}

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

What Zed can do once it is connected

Sentry in other clients