Skip to main content
Glama

AppSignal MCP Server

by c20020207

señal de aplicación mcp

Un servidor MCP (Protocolo de contexto de modelo) para conectarse a AppSignal y obtener información de incidentes.

Instalación

npm install -g mcp-appsignal

Uso

Línea de comandos

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

Con el cursor

Añade a la configuración del cursor:

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

Características

  • Conectarse a la API GraphQL de AppSignal

  • Obtener detalles de incidentes y muestras

  • Listar y buscar incidentes

  • Proporcionar indicaciones para analizar incidentes y sugerir soluciones.

Recursos de MCP

  • appsignal://incident/{incidentNumber} - Obtener detalles sobre un incidente específico

  • appsignal://incident/{incidentNumber}/sample/{sampleId?} - Obtener una muestra para un incidente específico

  • appsignal://incidents - Lista todos los incidentes

Herramientas MCP

  • getIncident - Obtener un incidente por número

  • getIncidentSample : obtiene una muestra para un incidente específico

  • listIncidents - Lista de incidentes con filtrado opcional

Indicaciones de MCP

  • analyzeIncident : analiza un incidente y proporciona información.

  • suggestFixes - Sugerir correcciones para un error

Licencia

Instituto Tecnológico de Massachusetts (MIT)

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.

Un servidor de protocolo de contexto de modelo que se conecta a AppSignal y permite a los usuarios obtener, enumerar y analizar información de incidentes desde su monitoreo de AppSignal.

  1. Instalación
    1. Uso
      1. Línea de comandos
      2. Con el cursor
    2. Características
      1. Recursos de MCP
        1. Herramientas MCP
          1. Indicaciones de MCP
            1. Licencia

              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