If you are using GitHub Copilot Background Agents, you can easily setup Conductr MCP with the following:

  1. Go to Repository Settings → Copilot → Coding Agents section

image.png

Paste the following into it

{
  "mcpServers": {
    "conductr": {
      "type": "local",
      "command": "npx", 
      "args": [
        "mcp-remote@latest", 
        "<https://testcndr.railtown.ai/api/mcp/sse>",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "tools": ["*"], 
      "env": { 
        "CONDUCTR_PAT": "YOUR PAT"
      }
    }
  }
}

Go to your Project Configuration on Conductr and generate a PAT.

Replace “YOUR_PROJECT_PAT_TOKEN” with your PAT.

🚀 Now your GitHub Copilot Background Agents can query for knowledge and root cause analysis on application errors 🚀