Sentry MCP Server
Sentry's official MCP service. Runs as remote infrastructure at mcp.sentry.dev and ships a Claude Code plugin that auto-delegates Sentry questions. Designed for human-in-the-loop coding agents working through Sentry errors, traces, and performance data.
“Sentry's official MCP service runs as remote infrastructure at mcp.sentry.dev and ships a Claude Code plugin that auto-delegates Sentry questions. The Claude Code plugin (`claude plugin install sentry-mcp@sentry-mcp`) installs a sub-agent that Claude routes Sentry queries to automatically; that auto-delegation removes a class of context-switching friction. AI-powered search tools (`search_events`, `search_issues`) require an OpenAI or Anthropic API key configured through `EMBEDDED_AGENT_PROVIDER`; the underlying tools translate natural language into Sentry's query syntax. The license is FSL-1.1-Apache-2.0: Functional Source License with a two-year delay before converting to Apache-2.0. For commercial users, the FSL terms warrant a procurement review. Active release cadence (37 releases shipped, 41 commits in the last 30 days) and the official getsentry org placement make this the canonical observability MCP.”
INSTALL THIS SERVER
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"@sentry/mcp-server"
],
"env": {
"SENTRY_ACCESS_TOKEN": "your-token",
"EMBEDDED_AGENT_PROVIDER": "openai",
"OPENAI_API_KEY": "sk-..."
}
}
}
}
# Recommended install:
claude plugin marketplace add getsentry/sentry-mcp
claude plugin install sentry-mcp@sentry-mcp
{
"mcpServers": {
"sentry": {
"url": "https://mcp.sentry.dev/mcp"
}
}
}
{
"servers": {
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}
}
}
{
"mcpServers": {
"sentry": {
"serverUrl": "https://mcp.sentry.dev/mcp"
}
}
}
6 TOOLS AVAILABLE
OUR ASSESSMENT
- Official Sentry-maintained MCP with active release cadence (37 releases shipped, 41 commits in the last 30 days).
- Hosted remote MCP at mcp.sentry.dev (zero local install for the SaaS path).
- Claude Code plugin delivers automatic sub-agent delegation for Sentry queries.
- Built on patterns from Cloudflare's remote MCP work.
- Self-hosted Sentry path exists via `--host=sentry.example.com`.
- Skill-based capability gating via `--disable-skills` for targeted deployments.
- Functional Source License has commercial-use restrictions for two years before converting to Apache-2.0.
- AI-powered search tools require a paid LLM provider key (OpenAI or Anthropic) configured via `EMBEDDED_AGENT_PROVIDER`.
- Some skills (Seer) unavailable on self-hosted instances.
The remote service uses Sentry standard OAuth flow. For the stdio transport, scope the User Auth Token to the minimum required: org:read, project:read, project:write, team:read, team:write, event:write. FSL license terms require commercial users to verify the two-year delay before redistribution. For self-hosted Sentry without TLS, `--insecure-http` is available but should only run on isolated internal networks.
Teams already on Sentry for error monitoring and performance tracing, Claude Code users wanting automatic Sentry delegation via plugin, and self-hosted Sentry operators using stdio transport.
TECHNICAL DETAILS
ADOPTION METRICS
// Reading this671 stars with daily-near commit cadence (41 commits in the last 30 days). The Claude Code plugin install path (`claude plugin install sentry-mcp@sentry-mcp`) accelerates discovery in the Anthropic ecosystem.
// Reading thisThird-ranked in infrastructure. Distinct domain (observability) from the two Kubernetes servers; complements them for full-stack production workflows.
SOURCES & VERIFICATION
We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.
The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.
| Source | Their rating | Their star count | Their downloads | Last synced |
|---|---|---|---|---|
| AutomationSwitch This page | 4.5editorial | 671 | — | APR 29, 2026 |
| PulseMCP | — unrated | unavailable | unavailable | APR 29, 2026 |
| MCP.so | — unrated | unavailable | unavailable | APR 29, 2026 |
| Glama | — unrated | unavailable | unavailable | APR 29, 2026 |
| Smithery | — unrated | unavailable | unavailable | APR 29, 2026 |
| Official MCP Registry | — unrated | unavailable | unavailable | APR 29, 2026 |
// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.
OTHER INFRASTRUCTURE MCP SERVERS
Kubernetes MCP Server
Native Go MCP server for Kubernetes and OpenShift from the containers/ org. Talks directly to the Kubernetes API server, supports Helm and Tekton, ships with OpenTelemetry observability built in. Distributed as a single native binary plus npm and PyPI packages.
Azure AKS MCP
Official Microsoft Azure MCP server for Azure Kubernetes Service. Workload Identity with federated tokens, three access-level guardrails (readonly, readwrite, admin), and a unified two-tool surface (call_az + call_kubectl). Top commit cadence in this batch (10 commits on main in the last 30 days).
mcp-server-kubernetes (Flux159)
Community-favourite TypeScript Kubernetes MCP. Uses local kubectl plus Helm v3, distributed via npm, and ships as an mcpb extension for one-click Claude Desktop install. Mature 3.x release stream with consistent monthly cadence.
Argo CD MCP
Argoproj-Labs-blessed Argo CD MCP server, originally donated by Akuity. Both stdio and HTTP-stream transports out of the box, MCP_READ_ONLY mode for production safety, and a tool surface covering the full Argo CD application lifecycle (list/get/sync/delete plus resource-tree traversal and workload logs).
kubectl MCP Server
CNCF Landscape-listed community kubectl MCP server. 253 tools spanning kubectl, Helm, RBAC audit, cost optimisation, network diagnostics, and a 3D cluster topology UI. Multi-distribution via npm, PyPI, Docker Hub, and GHCR.
GKE MCP Server
Google Kubernetes Engine MCP server in the GoogleCloudPlatform org. Adds GKE-specific tools (cluster management, upgrade risk reports, log queries) plus Gemini CLI extension support. Maintainers explicitly state this is for education and experimentation and is NOT FOR PRODUCTION USE.
DISCUSS YOUR
MCP REQUIREMENTS.
Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.