AppSignal MCP Server

by c20020207
MIT License
Integrations
  • Connects to AppSignal's GraphQL API to fetch and analyze incident information, allowing users to list incidents, get incident details, retrieve error samples, and obtain AI-generated analysis and fix suggestions for application errors.

mcp-appsignal

Ein MCP-Server (Model Context Protocol) zum Verbinden mit AppSignal und Abrufen von Vorfallinformationen.

Installation

npm install -g mcp-appsignal

Verwendung

Befehlszeile

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

Mit Cursor

Fügen Sie zu Ihren Cursoreinstellungen hinzu:

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

Merkmale

  • Stellen Sie eine Verbindung zur GraphQL-API von AppSignal her
  • Holen Sie sich Vorfalldetails und Beispiele
  • Vorfälle auflisten und suchen
  • Geben Sie Eingabeaufforderungen zur Analyse von Vorfällen und zum Vorschlagen von Korrekturen an

MCP-Ressourcen

  • appsignal://incident/{incidentNumber} – Details zu einem bestimmten Vorfall abrufen
  • appsignal://incident/{incidentNumber}/sample/{sampleId?} – Holen Sie sich ein Beispiel für einen bestimmten Vorfall
  • appsignal://incidents - Alle Vorfälle auflisten

MCP-Tools

  • getIncident - Einen Vorfall nach Nummer abrufen
  • getIncidentSample – Ruft ein Beispiel für einen bestimmten Vorfall ab
  • listIncidents – Vorfälle mit optionaler Filterung auflisten

MCP-Eingabeaufforderungen

  • analyzeIncident - Analysieren Sie einen Vorfall und liefern Sie Erkenntnisse
  • suggestFixes – Schlagen Sie Korrekturen für einen Fehler vor

Lizenz

MIT

You must be authenticated.

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

Ein Model Context Protocol-Server, der eine Verbindung zu AppSignal herstellt und es Benutzern ermöglicht, Vorfallinformationen aus ihrer AppSignal-Überwachung abzurufen, aufzulisten und zu analysieren.

  1. Installation
    1. Verwendung
      1. Befehlszeile
      2. Mit Cursor
    2. Merkmale
      1. MCP-Ressourcen
        1. MCP-Tools
          1. MCP-Eingabeaufforderungen
            1. Lizenz

              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 -
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
                Last updated -
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
                Last updated -
                46
                2
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.
                Last updated -
                JavaScript
                ISC License
                • Apple

              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