Skip to main content
Monocle Studio includes a built-in MCP server. This lets AI coding assistants like Claude Code, Cursor, or Codex query your local telemetry data directly — find errors, inspect traces, and debug performance issues without leaving your editor.

Setup

The MCP server is available at http://localhost:4200/mcp when Monocle Studio is running. If you also want your agents to know about Monocle Studio and how to use it, run:

Available tools

Examples

Once connected, you can ask your AI assistant things like:
  • “What errors happened in the last few requests?”
  • “Show me the trace for the slow /api/users endpoint”
  • “Find all database queries slower than 200ms”
  • “What’s the overall health of my app right now?”
  • “Clear all data and start a fresh debugging session”
The assistant will call the appropriate MCP tools, query Monocle Studio, and give you the answer in context.