Created
July 18, 2025 01:28
-
-
Save drnic/e927183a11c7a48d4fba0d7403e2c2b6 to your computer and use it in GitHub Desktop.
Buildkite mcp json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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