Sentry Mcp Server Zed
FreeNot checkedZed extension that runs @sentry/mcp-server in stdio mode.
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:readproject:readproject:writeteam:readteam:writeevent: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-mcpis 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_tokenexists in the active workspace settings (workspace settings can override global settings).- For self-hosted Sentry,
sentry_hostpoints to your Sentry instance URL.
Notes
- This extension follows the latest
@sentry/mcp-serverversion.
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-zedFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
