iiRecord
Agentic AI Atlas · MCP Sentry
tool-server:mcp-sentrya5c.ai
II.
ToolServer JSON

tool-server:mcp-sentry

Structured · live

MCP Sentry json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/extended-mcp-servers.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-sentry",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Sentry",
    "description": "MCP server providing access to Sentry error tracking. Enables AI agents to list, search, and inspect issues and error events. Supports stdio transport.",
    "protocol": "mcp",
    "category": "monitoring",
    "repoUrl": "https://github.com/getsentry/sentry-mcp",
    "maintainer": "Sentry",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:sentry.get-issue",
      "tool-descriptor:sentry.list-issues",
      "tool-descriptor:sentry.search-issues",
      "tool-descriptor:sentry.get-event"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-sentry",
      "to": "role:incident-commander",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Error events and release regression signals support incident assessment."
      }
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "workflow:incident-response",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Application errors and traces help identify incident root causes."
      }
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "tool-descriptor:sentry.get-issue",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "tool-descriptor:sentry.list-issues",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "tool-descriptor:sentry.search-issues",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "tool-descriptor:sentry.get-event",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "stack-part:tracing",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "domain:observability",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:sentry.get-issue",
      "to": "tool-server:mcp-sentry",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sentry.list-issues",
      "to": "tool-server:mcp-sentry",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sentry.search-issues",
      "to": "tool-server:mcp-sentry",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:sentry.get-event",
      "to": "tool-server:mcp-sentry",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:tool-server-mcp-sentry.scope",
      "to": "tool-server:mcp-sentry",
      "kind": "bounds_subject"
    }
  ]
}