CLI tool and MCP server for investigating .NET CI failures in Helix and Azure DevOps
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"helix.mcp": {
"command": "npx",
"args": [
"-y",
"lewing/helix.mcp"
]
}
}
}
Run in terminal:
claude mcp add helix.mcp npx -y lewing/helix.mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"helix.mcp": {
"command": "npx",
"args": [
"-y",
"lewing/helix.mcp"
]
}
}
}