Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sentry Mcp Server Zed

FreeNot checked

Zed extension that runs @sentry/mcp-server in stdio mode.

GitHubEmbed

About

Zed extension that runs @sentry/mcp-server in stdio mode.

README

Zed extension that runs @sentry/mcp-server in stdio mode.

Configure

To use Sentry MCP, go to your Sentry account API auth token settings and create a User Auth Token.

Recommended scopes:

  • org:read
  • project:read
  • project:write
  • team:read
  • team:write
  • event:write

Zed settings:

{
  "context_servers": {
    "sentry-mcp": {
      "enabled": true,
      "settings": {
        "sentry_access_token": "sntryu_..."
      }
    }
  }
}

For self-hosted Sentry, add sentry_host:

{
  "context_servers": {
    "sentry-mcp": {
      "enabled": true,
      "settings": {
        "sentry_access_token": "sntryu_...",
        "sentry_host": "https://sentry.my-company.com"
      }
    }
  }
}

Use In Agent Panel

  • Open Zed Agent Panel and make sure sentry-mcp is enabled.
  • Ask with explicit server intent at first:
    • Use sentry-mcp to fetch 10 unresolved issues.
    • Use sentry-mcp to list my organizations.

If the assistant replies with plain text instructions instead of running tools, check:

  • Agent profile/tool permissions allow MCP tools.
  • sentry_access_token exists in the active workspace settings (workspace settings can override global settings).
  • For self-hosted Sentry, sentry_host points to your Sentry instance URL.

Notes

  • This extension follows the latest @sentry/mcp-server version.

from github.com/fabric0de/sentry-mcp-server-zed

Installing Sentry Mcp Server Zed

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/fabric0de/sentry-mcp-server-zed

FAQ

Is Sentry Mcp Server Zed MCP free?

Yes, Sentry Mcp Server Zed MCP is free — one-click install via Unyly at no cost.

Does Sentry Mcp Server Zed need an API key?

No, Sentry Mcp Server Zed runs without API keys or environment variables.

Is Sentry Mcp Server Zed hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sentry Mcp Server Zed in Claude Desktop, Claude Code or Cursor?

Open Sentry Mcp Server Zed on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sentry Mcp Server Zed with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs