Skip to content

docs(sentrymcp): add Sentry MCP connector documentation#776

Open
Pranesh-Raghu wants to merge 2 commits into
mainfrom
add-sentrymcp-connector
Open

docs(sentrymcp): add Sentry MCP connector documentation#776
Pranesh-Raghu wants to merge 2 commits into
mainfrom
add-sentrymcp-connector

Conversation

@Pranesh-Raghu

@Pranesh-Raghu Pranesh-Raghu commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds documentation for the Sentry MCP connector (9 tools) using atlassianmcp as the template stub base. Sentry MCP connects AI workflows to Sentry's error monitoring, issue management, and performance analysis via the MCP protocol at https://mcp.sentry.dev/mcp.

Stub disclosure

_setup-sentrymcp.mdx and _section-after-setup-sentrymcp-common-workflows.mdx are cloned from atlassianmcp and need:

  • (a) Real screenshots replacing the {/* TODO: add screenshot ... */} markers
  • (b) Review of connector-specific setup steps — the stub currently references Atlassian Administration for DCR domain allowlisting; for Sentry MCP, the actual DCR flow and any Sentry-side OAuth app registration steps must be filled in

Preview link

https://deploy-preview-776--scalekit-starlight.netlify.app/agentkit/connectors/sentrymcp/

Related

Test plan

  • Open the preview link and verify the page renders.
  • Tool list shows 9 tools (find_organizations, find_projects, search_issues, search_events, get_sentry_resource, search_sentry_tools, execute_sentry_tool, update_issue, analyze_issue_with_seer).
  • Replace {/* TODO: add screenshot ... */} markers in _setup-sentrymcp.mdx.
  • Review the setup steps for Sentry MCP-specific accuracy (DCR flow, redirect URI registration).

Summary by CodeRabbit

  • New Features

    • Added a new Sentry connector with setup instructions, quickstart guidance, and common workflow examples.
    • Expanded the available tool catalog with new Sentry, Calendly, and ICEpanel actions.
    • Added shared calendar, contacts, mailbox, and task support for Outlook-based workflows.
  • Documentation

    • Published new connector docs and workflow guidance to help users get started faster.
  • Bug Fixes

    • Cleaned up duplicate shared Outlook tool listings for a more consistent tool list.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

An error occurred during the review process. Please try again later.

Walkthrough

Adds Sentry MCP connector data, docs, templates, and catalog wiring. Also updates the tool registries with new Calendly and ICEpanel namespaces, plus shared Outlook/Microsoft 365 entries and one removed Microsoft Word tool entry.

Changes

Sentry MCP connector

Layer / File(s) Summary
Sentry tools and registry entries
src/data/agent-connectors/sentrymcp.ts, src/data/agent-connectors/tools-index.json, public/data/agent-tools-index.json
Defines the Sentry MCP tool set and adds matching registry entries in both tool-index files.
Sentry docs and templates
src/data/agent-connectors/catalog.ts, src/components/templates/agent-connectors/index.ts, src/components/templates/agent-connectors/_setup-sentrymcp.mdx, src/components/templates/agent-connectors/_section-after-setup-sentrymcp-common-workflows.mdx, src/content/docs/agentkit/connectors/sentrymcp.mdx
Registers the Sentry connector in the catalog, re-exports the template sections, and adds the setup, common-workflows, and connector documentation pages.

Tool registry updates

Layer / File(s) Summary
Calendly and ICEpanel namespaces
public/data/agent-tools-index.json, src/data/agent-connectors/tools-index.json
Adds the Calendly and ICEpanel MCP tool definitions to both tool-index files.
Shared Outlook entries
public/data/agent-tools-index.json, src/data/agent-connectors/tools-index.json
Adds shared calendar, contact, mailbox, and To Do tool entries under the microsoft365 and outlook slugs, and removes the duplicate Microsoft Word document entry.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Possibly related PRs

Suggested reviewers

  • amitash1912
  • ravibits
  • AkshayParihar33
  • saif-at-scalekit
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-sentrymcp-connector
  • 🛠️ fix frontmatter
  • 🛠️ fix internal links

Comment @coderabbitai help to get the list of available commands.

@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for scalekit-starlight ready!

Name Link
🔨 Latest commit 0c1f7bb
🔍 Latest deploy log https://app.netlify.com/projects/scalekit-starlight/deploys/6a3b89a0945dd400096c4130
😎 Deploy Preview https://deploy-preview-776--scalekit-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 53
Accessibility: 98
Best Practices: 92
SEO: 92
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@Pranesh-Raghu Pranesh-Raghu marked this pull request as ready for review June 26, 2026 12:59
@ekline

ekline Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Docs review — documentation update likely needed

This PR adds the Sentry MCP connector docs, but the setup and common-workflows content is cloned from the atlassianmcp stub and still describes Atlassian-specific flows that don't apply to Sentry:

  • _setup-sentrymcp.mdx instructs the reader to allowlist the redirect URI in Atlassian Administration / Rovo MCP server settings (admin.atlassian.com) — the real Sentry MCP DCR flow and any Sentry-side OAuth app registration steps still need to be filled in.
  • _section-after-setup-sentrymcp-common-workflows.mdx references cloudId, sentrymcp_getaccessibleatlassianresources, and Jira/Confluence tools that aren't part of the 9-tool Sentry surface.
  • Screenshot {/* TODO ... */} markers remain unresolved.

The connector metadata and tool list look Sentry-specific and accurate; the gap is the cloned setup/workflow prose. If you'd like these stubs rewritten with the correct Sentry MCP setup steps, mention @ekline-ai and it can draft the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants