Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai/dotagents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ To gitignore managed skills instead (collaborators must run `install`), set `git

- [dotagents on GitHub](https://github.com/getsentry/dotagents)
- [Agent Skills](/ai/agent-skills/)
- [Sentry MCP Server](/ai/mcp/)
- [Sentry MCP Server](https://mcp.sentry.dev)
Binary file removed docs/ai/img/mcp-tools.png
Binary file not shown.
Binary file removed docs/ai/img/mcpdev.png
Binary file not shown.
11 changes: 9 additions & 2 deletions docs/ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keywords:
className="w-full md:w-[calc(50%-12px)]"
/>
<LinkCard
href="/ai/mcp/"
href="https://mcp.sentry.dev"
iconSrc="/ai/img/IconCode.svg"
title="Sentry MCP Server"
description="Connect your AI assistant directly to Sentry using the Model Context Protocol for real-time error analysis and debugging."
Expand All @@ -52,12 +52,19 @@ keywords:
className="w-full md:w-[calc(50%-12px)]"
/>
<LinkCard
href="/ai/sentry-cli/"
href="https://cli.sentry.dev"
iconSrc="/ai/img/IconTerminal.svg"
title="Sentry CLI"
description="A natural-language CLI for developers and AI agents. List issues, use Seer's Autofix, and manage your Sentry projects from the terminal."
className="w-full md:w-[calc(50%-12px)]"
/>
<LinkCard
href="https://warden.sentry.dev"
iconSrc="/ai/img/IconShield.svg"
title="Warden"
description="AI-powered code review using skills. Run locally before you push or on every PR as a GitHub Action."
className="w-full md:w-[calc(50%-12px)]"
/>
</LinkCardGrid>

## AI In Sentry
Expand Down
Loading
Loading