If you are using VS Code, create a file .vscode/mcp.json
Paste the following into it
{
"servers": {
"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.
If you open up GitHub Copilot Chat, you should see Conductr with getErrorBuckets tool available to it.

🚀 Now if you’re ever in a File and you ask GitHub Copilot for anything about errors, it will always use the error bucket search tool for more contextual info to solve issues!