If you are using Cursor AI, create a file .cursor/mcp.json

Paste the following into it

{
  "mcpServers": {
    "Conductr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "<https://overwatch.railtown.ai/api/mcp>",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "YOUR_PROJECT_PAT_TOKEN"
      }
    }
  }
}

Go to Railtown Ingest project on Overwatch and generate a PAT → Railtown Platform - Configuration

Replace “YOUR_PROJECT_PAT_TOKEN” with your PAT.

🚀 Now if you’re ever in Agent Mode, you can ask questions about errors and Conductr will be able to access error buckets for your project.