Skip to main content
Glama

AppSignal MCP Server

by c20020207

mcp-appsignal

An MCP (Model Context Protocol) server for connecting to AppSignal and fetching incident information.

Installation

npm install -g mcp-appsignal

Usage

Command Line

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

With Cursor

Add to your Cursor settings:

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

Features

  • Connect to AppSignal's GraphQL API
  • Fetch incident details and samples
  • List and search incidents
  • Provide prompts for analyzing incidents and suggesting fixes

MCP Resources

  • appsignal://incident/{incidentNumber} - Get details about a specific incident
  • appsignal://incident/{incidentNumber}/sample/{sampleId?} - Get a sample for a specific incident
  • appsignal://incidents - List all incidents

MCP Tools

  • getIncident - Fetch an incident by number
  • getIncidentSample - Fetch a sample for a specific incident
  • listIncidents - List incidents with optional filtering

MCP Prompts

  • analyzeIncident - Analyze an incident and provide insights
  • suggestFixes - Suggest fixes for an error

License

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.

AppSignal에 연결되는 모델 컨텍스트 프로토콜 서버로, 사용자는 AppSignal 모니터링에서 사고 정보를 가져오고, 나열하고, 분석할 수 있습니다.

  1. 설치
    1. 용법
      1. 명령줄
      2. 커서 포함
    2. 특징
      1. MCP 리소스
        1. MCP 도구
          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
                49
                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 -
                1
                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