Skip to content

buildkite mcp server for Grok

io.github.buildkite/buildkite-mcp-server

MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.

client:Grok transport:stdio runtime:oci

Install buildkite mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "buildkite-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
      ],
      "env": {
        "BUILDKITE_API_TOKEN": "<BUILDKITE_API_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

buildkite mcp server in other clients