// mcp server

Retrace MCP Server

Connect Claude, Codex, Cursor, Windsurf, and other MCP clients to recorded traces, semantic search, memory, fork replay, and shareable tapes.

Start freeRead the docs →

Streamable HTTP

The hosted endpoint uses the MCP Streamable HTTP transport at api.retraceai.tech/mcp.

Automatic discovery

An AI Catalog on retraceai.tech points clients to a schema-valid MCP Server Card next to the endpoint.

Trace and memory tools

Agents can list and inspect traces, search spans, store and recall memories, and retrieve public tapes.

Explicit mutation approval

Replay and publishing tools require explicit user confirmation because they can spend quota or expose data.

mcp.json
{
  "mcpServers": {
    "retrace": {
      "url": "https://api.retraceai.tech/mcp",
      "headers": { "Authorization": "Bearer rt_..." }
    }
  }
}

Configure any Streamable HTTP MCP client.

Discovery and connection URLs

More for developers