MCP Server Policy
BUILDKITE MCP POLICY
Enforce policies on every tool call to the Buildkite MCP Server. 22 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Buildkite.
# Download policy scaffold
curl -o buildkite.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/buildkite.yaml
# Run with Intercept
intercept --policy buildkite.yaml -- npx -y @buildkite/buildkite-mcp-server Server documentation: https://github.com/buildkite/buildkite-mcp-server
READ TOOLS
19WRITE TOOLS
3OTHER TOOLS
2POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for buildkite/buildkite-mcp-server"
default: "allow"
tools:
list_pipelines:
rules: []
get_pipeline:
rules: []
list_builds:
rules: []
get_build:
rules: []
get_build_test_engine_runs:
rules: []
list_clusters:
rules: []
get_cluster:
rules: []
list_cluster_queues:
rules: []
get_cluster_queue:
rules: []
list_artifacts_for_build:
rules: []
list_artifacts_for_job:
rules: []
get_artifact:
rules: []
list_annotations:
rules: []
search_logs:
rules: []
tail_logs:
rules: []
read_logs:
rules: []
current_user:
rules: []
access_token:
rules: []
user_token_organization:
rules: []
create_build:
rules: []
create_pipeline:
rules: []
update_pipeline:
rules: []
unblock_job:
rules: []
wait_for_build:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Buildkite MCP server expose?
The Buildkite MCP Server exposes 22 tools across 3 categories: Read, Write, Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Buildkite?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Buildkite MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Buildkite policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON BUILDKITE
Open source. One binary. Zero dependencies.