Back to MCP Servers
Buildkite
Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more.
developer-toolsai
By buildkite
Installation
npx -y buildkite-mcp-serverConfiguration
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "npx",
"args": ["-y", "buildkite-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes