Skip to main content
Glama
c20020207

AppSignal MCP Server

by c20020207

mcp-appsignal

AppSignal に接続し、インシデント情報を取得するための MCP (Model Context Protocol) サーバー。

インストール

npm install -g mcp-appsignal

Related MCP server: Sentry MCP Server

使用法

コマンドライン

# 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 - エラーの修正を提案する

ライセンス

マサチューセッツ工科大学

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