Get AppSignal performance insights, error tracking, and debugging support directly in your AI-powered coding tools. No more context switching, no more flaky vibe code.

Connect your monitoring data to your AI tools. Get actionable insights and fix issues faster.
Stay focused on shipping while AppSignal's MCP server brings insights to your AI editor.
Use AppSignal with Claude, VS Code, Cursor, Windsurf, Zed, and any MCP-enabled tool.
AppSignal enhances AI with deep performance context, bringing actionable insights directly into your favorite AI editors and assistants.
Get real-time performance insights directly in Claude Code.
Enhance your debugging with AppSignal data in Cursor.
Boost your coding workflow with AppSignal insights.
Ship faster with AppSignal insights in Windsurf.
Supercharge Zed with AppSignal monitoring data.
AppSignal's MCP server unifies monitoring data into a single feed for your AI-powered tools. Get to the root cause of issues faster and understand how and why your app is performing the way it is.
Track exceptions, get error alerts, debug and fix bugs with ease.
Monitor the performance of your slowest actions down to the nanosecond.
Monitoring for your servers: keep an eye on CPU, Disk, Network & more.
Avoid surprises and set triggers for anomalies on any metric you'd like.
Get alerted in real-time when your application is down.
Collect metrics from your code and chart them on interactive dashboards.
Collect and manage logs in an easy-to-use interface.
Monitor your application's background jobs and processes.
1500+ development teams rely on AppSignal to ship code with confidence. We are sharing a few of their stories with you.
It only takes a few minutes to get started. Create your token, run Docker, connect your AI editor, and you're ready to roll.
// Configure Claude to use the AppSignal MCP server by editing the `~/Library/Application Support/Claude/claude_desktop_config.json` file: { "mcpServers": { "appsignal": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "APPSIGNAL_API_KEY", "appsignal/mcp" ], "env": { "APPSIGNAL_API_KEY": "your_api_key_here" } } } }
# To enable AppSignal MCP in Claude Code, run the following command: claude mcp add appsignal -e APPSIGNAL_API_KEY=your_api_key_here -- docker run -i --rm -e APPSIGNAL_API_KEY appsignal/mcp
// To enable AppSignal MCP in Cursor or Windsurf, edit your configuration file. // For Cursor use `~/.cursor/mcp.json` // For Windsurf use `~/.codeium/windsurf/mcp_config.json` // Add the following configuration: { "mcpServers": { "appsignal": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "APPSIGNAL_API_KEY", "appsignal/mcp" ], "env": { "APPSIGNAL_API_KEY": "your-mcp-token" } } } }
// Open your Zed settings file and add the `context_servers` section: { "context_servers": { "appsignal": { "command": { "path": "docker", "args": [ "run", "-i", "--rm", "-e", "APPSIGNAL_API_KEY", "appsignal/mcp" ], "env": { "APPSIGNAL_API_KEY": "your-mcp-token" } }, "settings": {} } } }
AppSignal is built to be a developer-friendly monitoring tool, focused on usability and real value, not noise or bloat. We believe the future of AI-powered development is about bringing insights together, right where they matter most.
AppSignal focuses on giving developers real value with AI tools, not flashy gimmicks.
We're developers too. We use our MCP server ourselves to debug and optimize AppSignal.
Get personalized help from our team of experts who understand your needs and provide genuine support.
Bring error tracking, performance metrics, and anomaly detection straight into your coding workflow. Debug faster, reduce context switching, and stay focused on building great software.