Skip to main content
Glama
leuzeus

Drone CI MCP Server

by leuzeus

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DRONE_TOKENYesDrone API token
DRONE_BASE_URLYesDrone base URL (for example https://drone.example.com)
DRONE_TIMEOUT_MSNoDrone connection timeout in milliseconds10000
DRONE_MAX_RETRIESNoMaximum number of retries for Drone API requests2
DRONE_WEBHOOK_SECRETYesshared secret to verify webhook signatures
MCP_ENABLE_WRITE_ACTIONSNoWhether to enable write actions (keep disabled until authorization guardrails are in place)false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
drone_pingA

Minimal diagnostic tool for MCP client compatibility checks.

drone_list_reposC

List repositories visible to the Drone token.

drone_list_buildsC

List builds for a repository.

drone_get_buildC

Get one build details by build number.

drone_get_build_logsC

Get logs for one build stage/step.

drone_get_cached_build_stateB

Read webhook-cached build state. If buildNumber is omitted, returns recent snapshots for the repository.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leuzeus/mcp-drone-ci'

If you have feedback or need assistance with the MCP directory API, please join our Discord server