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 并获取事件信息的 MCP(模型上下文协议)服务器。

安装

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" } } } } }

特征

  • 连接到 AppSignal 的 GraphQL API
  • 获取事件详细信息和样本
  • 列出并搜索事件
  • 提供分析事件和建议修复的提示

MCP 资源

  • appsignal://incident/{incidentNumber} - 获取有关特定事件的详细信息
  • appsignal://incident/{incidentNumber}/sample/{sampleId?} - 获取特定事件的样本
  • appsignal://incidents - 列出所有事件

MCP 工具

  • getIncident - 通过编号获取事件
  • getIncidentSample - 获取特定事件的样本
  • listIncidents - 列出带有可选过滤功能的事件

MCP 提示

  • analyzeIncident - 分析事件并提供见解
  • suggestFixes - 建议修复错误

执照

麻省理工学院

You must be authenticated.

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

连接到 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 -
                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