MCP Server (beta)
Added
-
Debug your exceptions with the help of AI Agents through our AppSignal MCP Server.
The MCP server is currently in beta, and we're focusing on (local) debugging of error incidents at this stage.
MCP server endpoints available at this moment are:
get_namespaces
, which can be filtered by app, and returns a list of namespaces to be used with theget_exception_incidents
endpointget_users
, which can be filtered by app, and returns a list of users to be used with theupdate_incident
endpointget_exception_incidents
, which can be filtered by app/namespace/status, and returns a list of incidentsget_incident
returns detailed incident informationupdate_incidents
(bulk) updates an incident with the assigned user and state
See our documentation for more information on installing the AppSignal MCP Server.