📈
Sentry MCP Server Zed
No description available
0 installs
Trust: 30 — Low
Analytics
Ask AI about Sentry MCP Server Zed
Powered by Claude · Grounded in docs
I know everything about Sentry MCP Server Zed. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Sentry MCP Server for Zed
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_..."
}
}
}
}
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).
Notes
- This extension follows the latest
@sentry/mcp-serverversion.
