B
Buildkite
Query Buildkite pipelines, builds and agents.
·No reviews yet
Share:
About
Auto-generated
Buildkite is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Buildkite.
- What does the Buildkite MCP proxy?
- The Buildkite MCP allows you to query Buildkite pipelines, builds, and agents. It acts as an interface to interact with your Buildkite CI/CD processes.
- How do I configure this MCP in a client like Claude Desktop?
- To configure the Buildkite MCP, you'll need to provide the server's endpoint and your Buildkite API key. Specific client configuration steps will vary, but typically involve adding a new server connection and entering the required credentials.
- Does the Buildkite MCP require authentication?
- Yes, the Buildkite MCP requires an API key for authentication. This key grants the MCP access to your Buildkite resources.
- What capabilities does this MCP expose for Buildkite?
- This MCP exposes capabilities for querying Buildkite pipelines, builds, and agents. This allows programmatic access to the status and details of your CI/CD operations.
- Are there any known limitations or prerequisites for using the Buildkite MCP?
- A key prerequisite for using the Buildkite MCP is a valid Buildkite API key with appropriate permissions. Without it, the MCP cannot access your Buildkite data.
Install Buildkite
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"buildkite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-buildkite"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"buildkite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-buildkite"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"buildkite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-buildkite"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.