Documentation Index
Fetch the complete documentation index at: https://docs.steadwing.com/llms.txt
Use this file to discover all available pages before exploring further.
What is the Steadwing MCP server?
The Steadwing MCP server brings AI-powered root cause analysis directly into your IDE. Ask your AI assistant to investigate a production error, and Steadwing returns the root cause with a suggested fix, no context switching or browser tabs required.Root Cause Analysis
Trigger full RCA on errors, alerts, or stack traces from your IDE
Context-Aware
Leverages your connected integrations for deeper insights
File Analysis
Pass relevant source files for more accurate results
Zero Context Switch
Stay in your editor while Steadwing investigates
Setup
Get your API key from app.steadwing.com/organization.Installation
- Cursor
- Smithery
- Claude Desktop
- Any MCP Client
Tool: run_rca
The MCP server exposes a single tool run_rca that analyzes errors with AI-powered root cause analysis.
Input:
| Parameter | Required | Description |
|---|---|---|
error | Yes | Error message, stack trace, or incident description |
files | No | Array of { name, content } for relevant source files (max 20) |
Including relevant source files is strongly recommended for more accurate analysis. Start with files mentioned in the stack trace, then add related imports and configuration files.
How do I use the MCP server for debugging?
Investigating a Production Error
You’re debugging an issue and have a stack trace. Instead of manually searching logs and code:- Searches your connected observability tools for related errors
- Correlates with recent code changes in GitHub
- Identifies the likely root cause
- Suggests a fix
Analyzing Suspicious Code
You’re reviewing code and something looks off:Understanding an Alert
An alert fires and you want quick context:How do integrations enhance MCP server results?
The MCP server works best when your Steadwing account has integrations connected:| Integration | What It Adds |
|---|---|
| GitHub | Repository context, recent commits, deployment history |
| Datadog / Grafana | Metrics, monitors, and APM data |
| Sentry | Error tracking and stack traces |
| AWS / GCP | Cloud resource and service insights |
FAQs
Do I need a Steadwing account?
Do I need a Steadwing account?
Yes, authentication is required. The MCP server connects to your Steadwing account to access your organization’s integrations and provide accurate analysis. Sign up at app.steadwing.com if you don’t have an account.
What can I investigate with MCP?
What can I investigate with MCP?
You can trigger root cause analysis on errors, stack traces, or alerts. Pass relevant source files alongside the error for more accurate results.
Does it work without integrations connected?
Does it work without integrations connected?
The MCP server requires authentication and works best with integrations. Without integrations, investigation capabilities are limited to local code analysis.
Which IDE should I use?
Which IDE should I use?
Cursor and Claude Desktop have the best MCP support. Any MCP-compatible client will work, check Smithery for the latest compatibility.
Is my code sent to Steadwing?
Is my code sent to Steadwing?
Only relevant file snippets you explicitly pass (via the
files parameter) are sent for analysis. Review our privacy policy at steadwing.com for details.