Skip to content

Instantly share code, notes, and snippets.

@drnic
Created July 18, 2025 01:28
Show Gist options
  • Save drnic/e927183a11c7a48d4fba0d7403e2c2b6 to your computer and use it in GitHub Desktop.
Save drnic/e927183a11c7a48d4fba0d7403e2c2b6 to your computer and use it in GitHub Desktop.
Buildkite mcp json
{
"servers": {
"buildkite": {
"type": "stdio",
"command": "buildkite-mcp-server",
"args": [
"stdio"
],
"env": {
"BUILDKITE_API_TOKEN": "${input:buildkite_api_key}"
}
}
},
"inputs": [
{
"id": "buildkite_api_key",
"type": "promptString",
"description": "Buildkite API Key",
"password": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment