Skip to content
Cursor

nats trail for Cursor

io.github.solsolettidev/nats-trail

Read-only NATS and JetStream observability: trace a request across streams, rank what is broken.

client:Cursor transport:stdio runtime:npm

Install nats trail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nats-trail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nats-trail/mcp"
      ],
      "env": {
        "NATS_TRAIL_API": "<NATS_TRAIL_API>",
        "NATS_TRAIL_TOKEN": "<NATS_TRAIL_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nats trail in other clients