Skip to main content
Glama

AppSignal MCP Server

by c20020207

mcp-appsignal

Сервер MCP (Model Context Protocol) для подключения к AppSignal и получения информации об инцидентах.

Установка

npm install -g mcp-appsignal

Использование

Командная строка

# Set environment variables export APPSIGNAL_API_TOKEN=your-api-token export APPSIGNAL_APP_ID=your-app-id # Run the server mcp-appsignal

С курсором

Добавьте в настройки курсора:

{ "mcp": { "servers": { "appsignal": { "command": "npx", "args": ["mcp-appsignal"], "env": { "APPSIGNAL_API_TOKEN": "your-api-token", "APPSIGNAL_APP_ID": "your-app-id" } } } } }

Функции

  • Подключитесь к API GraphQL AppSignal

  • Получить сведения об инциденте и образцы

  • Список и поиск инцидентов

  • Предоставлять подсказки для анализа инцидентов и предложения исправлений

Ресурсы МКП

  • appsignal://incident/{incidentNumber} — Получить сведения о конкретном инциденте

  • appsignal://incident/{incidentNumber}/sample/{sampleId?} — Получить образец для определенного инцидента

  • appsignal://incidents — список всех инцидентов

Инструменты МКП

  • getIncident — получить инцидент по номеру

  • getIncidentSample — получение образца для определенного инцидента

  • listIncidents — список инцидентов с возможностью фильтрации

Подсказки MCP

  • analyzeIncident - Анализ инцидента и предоставление информации

  • suggestFixes — предложить исправления ошибки

Лицензия

Массачусетский технологический институт

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Сервер протокола контекста модели, который подключается к AppSignal, позволяя пользователям извлекать, перечислять и анализировать информацию об инцидентах из своего мониторинга AppSignal.

  1. Установка
    1. Использование
      1. Командная строка
      2. С курсором
    2. Функции
      1. Ресурсы МКП
        1. Инструменты МКП
          1. Подсказки MCP
            1. Лицензия

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that wraps the OneSignal REST API, enabling management of push notifications, emails, SMS, user devices, and segments across multiple OneSignal applications.
                Last updated -
                2
                MIT License
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.
                Last updated -
                3
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that provides tools for Xcode-related operations, making it easier to work with iOS project management, building, testing, archiving, and deploying apps to both simulators and physical devices.
                Last updated -
                9
                29
                6
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
                Last updated -
                0
                9
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/c20020207/mcp-appsignal'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server