mcp-appsignal

mcp-appsignal

0

Mcp-appsignal is a server using the Model Context Protocol to connect and fetch incident information from AppSignal. It integrates with AppSignal's GraphQL API to analyze and suggest solutions for incidents.

mcp-appsignal

An MCP server for connecting to AppSignal and fetching incident information.

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