Skip to content

Commit a063b35

Browse files
authored
add buildkite-mcp-server (#101)
1 parent a11ee53 commit a063b35

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: buildkite-mcp-server
2+
image: mcp/buildkite-mcp-server
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- devops
8+
about:
9+
title: Buildkite
10+
description: Buildkite MCP lets agents interact with Buildkite Builds, Jobs, Logs, Packages and Test Suites
11+
icon: https://avatars.githubusercontent.com/u/5055988?v=4
12+
source:
13+
project: https://github.com/buildkite/buildkite-mcp-server
14+
dockerfile: Dockerfile.local
15+
config:
16+
description: Configure the connection to Buildkite
17+
secrets:
18+
- name: buildkite-mcp-server.api_key
19+
env: BUILDKITE_API_TOKEN
20+
example: bkua_xxxxx

0 commit comments

Comments
 (0)