An MCP (Model Context Protocol) server for connecting to AppSignal and fetching incident information.
Server Config
{
"mcpServers": {
"appsignal": {
"command": "npx mcp-appsignal",
"env": {
"APPSIGNAL_API_TOKEN": "your_token",
"APPSIGNAL_APP_ID": "your_app_id"
}
}
}
}