S
MCP server · Observability
Govern the Sentry MCP server.
The Sentry MCP server lets an agent triage errors. Allow reads, gate resolution, and keep project settings off-limits.
Per-tool policy
An MCP server is a bag of tools. Enable them one at a time.
Connect Sentry once; HiveKey gates each tool per role. Read-only by default, writes on purpose, destructive ops denied.
mcp / sentry governed
list_issues allow
get_issue allow
resolve_issue review
update_project_settings deny
Read and investigate; review resolutions; deny config changes.
In the path
HiveKey sits between the agent and Sentry.
Agent
wants a tool call
HiveKey
scope · guard · log
Sentry MCP
only allowed tools
Put the Sentry MCP server under one policy.
Connect Sentry, gate each tool per role, and log every call — across your whole agent fleet.