If you are using Claude Code or Claude Desktop, you can easily setup Conductr MCP with the following
Paste the following into it
{
"mcpServers": {
"Conductr": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"<https://cndr.railtown.ai/api/mcp/sse>",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "YOUR_PROJECT_PAT_TOKEN"
}
}
}
}
Go to your Project Configuration on Conductr and generate a PAT.
Replace “YOUR_PROJECT_PAT_TOKEN” with your PAT.
🚀 Now your Claude agents have access to error buuckets and tickets knowledge 🚀