
Appsignal
Query AppSignal alerts and logs from your agent when debugging production issues without leaving the IDE.
Overview
AppSignal MCP is an MCP server for the Operate phase that retrieves alert details and searches AppSignal logs within time ranges from your agent.
What is this MCP server?
- Fetch alert details from AppSignal via MCP tools
- Search logs and retrieve logs within configurable time ranges
- stdio npm server appsignal-mcp-server (npx -y), version 0.5.3
- Requires APPSIGNAL_API_KEY; optional APPSIGNAL_APP_ID with dynamic app selection
- Published from pulsemcp/mcp-servers experimental/appsignal subfolder
- Server version 0.5.3
- APPSIGNAL_API_KEY required; APPSIGNAL_APP_ID optional
Community signal: 70 GitHub stars.
What problem does it solve?
When something breaks in prod, solo builders lose flow jumping between the editor and AppSignal to correlate alerts with log lines.
Who is it for?
Indie operators already on AppSignal who want Claude Code or Cursor to help triage alerts and log searches.
Skip if: Teams without AppSignal, greenfield projects with no production app, or shops that forbid production API keys in local agents.
What do I get? / Deliverables
Your agent can query AppSignal alerts and logs in-thread so you fix incidents faster with less context switching.
- Alert detail snapshots accessible to the agent
- Log search and time-range log retrieval for debugging sessions
Recommended MCP Servers
Journey fit
Operate is where running software meets on-call reality; this MCP bridges AppSignal telemetry into agent-assisted triage. Monitoring matches tools that pull alert details, search logs, and time-bounded log retrieval from an existing AppSignal app.
How it compares
AppSignal telemetry MCP, not a generic log aggregator skill or deploy pipeline.
Common Questions / FAQ
Who is AppSignal MCP for?
Solo builders and small teams using AppSignal in production who want MCP-driven alert and log lookup from their coding agent.
When should I use AppSignal MCP?
During Operate monitoring and error triage after launch, when you need alert context and time-bounded log search inside an agent session.
How do I add AppSignal MCP to my agent?
Configure stdio MCP to run npx -y appsignal-mcp-server, set APPSIGNAL_API_KEY (required), and APPSIGNAL_APP_ID if you want a fixed app.