Sentry MCP Server

Created By
getsentrya year ago
Model Context Protocol (MCP) server for Sentry
Overview

what is Sentry MCP Server?

Sentry MCP Server is a Model Context Protocol (MCP) server designed for interacting with Sentry, providing tools to retrieve and analyze error data, manage projects, and monitor application performance.

how to use Sentry MCP Server?

To use the Sentry MCP Server, install the necessary dependencies using npm or yarn, and configure it with your Sentry authentication token. You can run the server using the command npx ts-node index.ts.

key features of Sentry MCP Server?

  • Interact with the Sentry API to manage projects and errors.
  • Retrieve detailed information about issues and events.
  • Create new projects and list existing ones.
  • Comprehensive error handling and logging.

use cases of Sentry MCP Server?

  1. Managing Sentry projects and monitoring application performance.
  2. Analyzing error events and retrieving detailed issue information.
  3. Automating interactions with the Sentry API for development workflows.

FAQ from Sentry MCP Server?

  • What are the requirements to use Sentry MCP Server?

You need Node.js (v14 or higher), npm or yarn, a Sentry account with API access, and a valid Sentry authentication token.

  • How do I authenticate with Sentry?

You can generate an authentication token in your Sentry account settings under "API Keys".

  • What tools are available in Sentry MCP Server?

The server includes tools for listing projects, resolving issues, retrieving events, and creating new projects.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
getsentry
Star
1
Language
-
License
-

Recommend Servers

View All
Shadcn Space MCP
@shadcnspace

Integrate the shadcn/ui MCP server from shadcn space into your IDE to generate accurate, production-ready Shadcn UI components. Official Model Context Protocol (MCP) server for [Shadcn Space](https://shadcnspace.com). This MCP server allows AI-powered IDEs and agents to discover, search, and install **Shadcn Space** UI blocks directly into your projects - no copy-paste required. ## Install MCP configuration. ```bash npx shadcnspace-cli install <client> ``` ### Supported Clients - [x] cursor - [x] windsurf - [x] claude - [x] cline - [x] antigravity ## Manual Installation Add to your IDE's MCP config: ```json { "mcpServers": { "shadcnspace-mcp": { "command": "npx", "args": ["-y", "shadcnspace-mcp@latest"] } } } ``` For more information visit our documentation of [**How to use MCP Server**](https://shadcnspace.com/docs/getting-started/mcp-server-docs) ## Available Tools The server provides the following tools callable via MCP: | Tool Name | Description | |-----------|-------------| | `listBlocks` | Provides a comprehensive list of all shadcnspace blocks. | | `listComponents` | Provides a comprehensive list of all shadcnspace components. | | `getBlockInstall` | Returns the official installation command for a specific Shadcn Space block. | | `searchBlocks` | Search Shadcn Space blocks using keywords or tags. | | `listInstalledBlocks` | Lists all blocks that are currently installed in the project and get their files. | ### Available Prompts The server provides the following prompts callable via MCP: | Prompt/Command | Description | |----------------|-------------| | `search` | Find specific UI block by name. | | `create-ui` | Create a new UI block using our exisitng blocks. | ## Example Usage Once configured, you can ask questions like: > "List all available UI blocks" > "Give me the code for the accordion-01 component" > "Create a landing page for a coffee shop using a hero-01 block, a 3-column feature grid, and a dark-themed footer." ## Credits Created by [shadcnspace](https://shadcnspace.com). [Shadcn MCP](https://shadcnspace.com/mcp) [MIT](LICENSE)

2 days ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago