Skip to main content
Glama
c20020207

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

Related MCP server: Sentry MCP Server

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)

Install Server
A
license - permissive license
D
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.
    2
    22
  • F
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that lets AI assistants interact with the Sentry API to retrieve and analyze error data, manage projects, and monitor application performance.
    11
    11
  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol (MCP) server that enables interaction with Waroom API to retrieve incident information and postmortem details through a standardized protocol.
    26
    51
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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