DeepTracer MCP Server — Debug Production from Cursor & Claude Code
MCP Server — Model Context Protocol

Debug production
from your editor

Query errors, search logs, and get AI-powered root cause analysis — all inside Cursor, Claude Code, or Windsurf. No context switching. No dashboards.

Works with
Cursor
Claude Code
Windsurf
Get started free View setup guide
cursor — my-saas-app
Chat
Agent

Everything your AI editor needs
to debug production

Each tool is scoped to your workspace. Your editor calls them automatically when you ask about errors, logs, or app health.

get_errors
List active error groups with occurrence counts, severity, and resolution status. Filter by environment, project, or service.
"What's crashing in production?"
#1TypeError: Cannot read 'user' of undefined
847 occurrences · critical · unresolved
#2ECONNREFUSED: Redis timeout
124 occurrences · high · unresolved
get_investigation
Fetch AI-generated root cause analysis with fix suggestion, evidence, and blast radius for any error.
Root causeNull session after JWT expiry FixAdd null check at route.ts:23 Confidence94%
search_logs
Query application logs with flexible filtering — by level, keyword, service, or time range. Up to 200 results.
"Show me error logs from the last hour"
14:23:01ERR stripe webhook secret missing 14:23:04ERR checkout handler 500 14:25:12WARN rate limit approaching
get_error_detail
Full error details for a specific fingerprint — stack trace, affected users, last 10 occurrences with URLs.
TypeTypeError Users hit1,204 First seen2h ago (deploy #51) Stackapi/dashboard/route.ts:23
get_health
Latest AI-generated health summary — overall assessment, detected anomalies, and key metrics snapshot. Runs every 5 minutes in the background.
"Is my app healthy?"
StatusHealthy — all systems nominal Uptime99.97% (last 24h) Error rate0.02% P95 latency142ms NoteMemory usage trending up — monitor

Running in three minutes

One config file. One OAuth click. Done.

01
Add to your editor

Paste the MCP config

Drop one JSON block into your editor's MCP config file. Pick your editor below.

.cursor/mcp.json
{
  "mcpServers": {
    "deeptracer": {
      "url": "https://app.deeptracer.dev/mcp",
      "transport": "http"
    }
  }
}
02
Authorize

One click in your browser

Your editor opens DeepTracer's OAuth page. Authorize your workspace — takes five seconds.

03
Query

Ask about your production app

DeepTracer is now a tool your AI editor can call. Ask it anything — it responds with live data from your workspace.

What errors are happening in production right now?
Why did my API error rate spike an hour ago?
Show me the AI investigation for this error fingerprint
Is my app healthy right now?

Common questions

No. The MCP server only has access to runtime observability data — errors, logs, traces, and health summaries collected by your SDK. It never reads your source files, environment variables, or git history. The OAuth token is scoped to your workspace's monitoring data only.
No — the MCP server is available on all plans including Free. On the Free plan you can query errors, search logs, and get health summaries. AI investigation results (get_investigation) require an investigation to have been triggered, which counts against your monthly investigation limit on Free (3/month). Pro gives you unlimited investigations.
Probably yes. DeepTracer uses the standard MCP over HTTP transport, so any editor that supports MCP should work. We've tested Cursor, Claude Code, and Windsurf. If you're using VS Code with an MCP extension, Zed, or another editor, try the Cursor config format — it's the most common. Let us know if you hit issues and we'll add a specific guide.
Access tokens are stored as SHA-256 hashes in our database — the plaintext token is never persisted after the OAuth flow. You can revoke any connected editor instantly from Settings → Editor tab. Once revoked, the token stops working immediately and the editor will need to re-authorize.
MCP Server

Your editor. Your production data.
Finally connected.

Set up in three minutes. No dashboards to check. Ask your AI agent about production bugs right where you write the fix.

Free plan forever · No credit card required