Drone CI MCP Server for CrewAIGive CrewAI instant access to 39 tools to Approve Build, Chown Repo, Create Build, and more
Connect your CrewAI agents to Drone CI through Vinkius, pass the Edge URL in the `mcps` parameter and every Drone CI tool is auto-discovered at runtime. No credentials to manage, no infrastructure to maintain.
Ask AI about this MCP Server for CrewAI
The Drone CI MCP Server for CrewAI is a standout in the Ship It category — giving your AI agent 39 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from crewai import Agent, Task, Crew
agent = Agent(
role="Drone CI Specialist",
goal="Help users interact with Drone CI effectively",
backstory=(
"You are an expert at leveraging Drone CI tools "
"for automation and data analysis."
),
# Your Vinkius token. get it at cloud.vinkius.com
mcps=["https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"],
)
task = Task(
description=(
"Explore all available tools in Drone CI "
"and summarize their capabilities."
),
agent=agent,
expected_output=(
"A detailed summary of 39 available tools "
"and what they can do."
),
)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Drone CI MCP Server
Connect your Drone CI server to any AI agent to streamline your DevOps lifecycle through natural language.
When paired with CrewAI, Drone CI becomes a first-class tool in your multi-agent workflows. Each agent in the crew can call Drone CI tools autonomously, one agent queries data, another analyzes results, a third compiles reports, all orchestrated through Vinkius with zero configuration overhead.
What you can do
- Build Management — List, get details, restart, or stop builds across your repositories using
list_builds,get_build, andrestart_build. - Repository Control — Enable, update, or repair repository settings and sync them with your source control provider via
enable_repoandsync_user_repos. - Secret & Config Management — Manage environment secrets, cron jobs, and templates without leaving your chat interface using
list_secretsandcreate_cron_job. - User Administration — (Admin only) Create, update, or delete users and manage organizational access with
list_usersandcreate_user. - Log Inspection — Fetch build logs to debug pipeline failures instantly using
get_build_logs.
The Drone CI MCP Server exposes 39 tools through the Vinkius. Connect it to CrewAI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 39 Drone CI tools available for CrewAI
When CrewAI connects to Drone CI through Vinkius, your AI agent gets direct access to every tool listed below — spanning ci-cd, build-automation, repository-management, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Approve build on Drone CI
Approve a blocked build
Chown repo on Drone CI
Change repository ownership to current user
Create build on Drone CI
Create a custom build for a branch
Create cron job on Drone CI
Create a new cron job
Create secret on Drone CI
Create a new repository secret
Create template on Drone CI
Create a new template
Create user on Drone CI
Create a new user account (Admin)
Decline build on Drone CI
Decline a blocked build
Delete cron job on Drone CI
Delete a cron job
Delete secret on Drone CI
Delete a repository secret
Delete template on Drone CI
Delete a template
Delete user on Drone CI
Delete a user account (Admin)
Disable repo on Drone CI
Disable or delete a repository
Enable repo on Drone CI
Enable/register a repository in Drone
Get build on Drone CI
Get specific build info including stages and steps
Get build logs on Drone CI
Get logs for a specific step in a build stage
Get cron job on Drone CI
Get cron job details
Get current user on Drone CI
Get current authenticated user info
Get current user repos on Drone CI
Get current user repositories
Get repo on Drone CI
Get repository info
Get secret on Drone CI
Get repository secret details
Get template on Drone CI
Get template details
Get user on Drone CI
Get user info by login (Admin)
List builds on Drone CI
List recent builds for a repository
List cron jobs on Drone CI
List cron jobs for a repository
List secrets on Drone CI
List repository secrets
List templates on Drone CI
List organization templates
List users on Drone CI
Requires administrative privileges. List all registered users (Admin)
Promote build on Drone CI
Promote a build to a target environment
Repair repo on Drone CI
Repair repository webhooks
Restart build on Drone CI
Restart a specific build
Stop build on Drone CI
Stop a running build (Admin)
Sync user repos on Drone CI
Synchronize user repositories
Trigger cron job on Drone CI
Manually trigger an existing cron task
Update cron job on Drone CI
Update a cron job
Update repo on Drone CI
Update repository configuration
Update secret on Drone CI
Update a repository secret
Update template on Drone CI
Update a template
Update user on Drone CI
Update a user account (Admin)
Connect Drone CI to CrewAI via MCP
Follow these steps to wire Drone CI into CrewAI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install CrewAI
pip install crewaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius token from cloud.vinkius.comCustomize the agent
role, goal, and backstory to fit your use caseRun the crew
python crew.py. CrewAI auto-discovers 39 tools from Drone CIWhy Use CrewAI with the Drone CI MCP Server
CrewAI Multi-Agent Orchestration Framework provides unique advantages when paired with Drone CI through the Model Context Protocol.
Multi-agent collaboration lets you decompose complex workflows into specialized roles, one agent researches, another analyzes, a third generates reports, each with access to MCP tools
CrewAI's native MCP integration requires zero adapter code: pass Vinkius Edge URL directly in the `mcps` parameter and agents auto-discover every available tool at runtime
Built-in task delegation and shared memory mean agents can pass context between steps without manual state management, enabling multi-hop reasoning across tool calls
Sequential and hierarchical crew patterns map naturally to real-world workflows: enumerate subdomains → analyze DNS history → check WHOIS records → compile findings into actionable reports
Drone CI + CrewAI Use Cases
Practical scenarios where CrewAI combined with the Drone CI MCP Server delivers measurable value.
Automated multi-step research: a reconnaissance agent queries Drone CI for raw data, then a second analyst agent cross-references findings and flags anomalies. all without human handoff
Scheduled intelligence reports: set up a crew that periodically queries Drone CI, analyzes trends over time, and generates executive briefings in markdown or PDF format
Multi-source enrichment pipelines: chain Drone CI tools with other MCP servers in the same crew, letting agents correlate data across multiple providers in a single workflow
Compliance and audit automation: a compliance agent queries Drone CI against predefined policy rules, generates deviation reports, and routes findings to the appropriate team
Example Prompts for Drone CI in CrewAI
Ready-to-use prompts you can give your CrewAI agent to start working with Drone CI immediately.
"List all my active repositories in Drone."
"Show me the logs for build #42 of the 'acme/api' repository."
"Create a new secret named 'DB_PASSWORD' for the 'acme/web-app' repo."
Troubleshooting Drone CI MCP Server with CrewAI
Common issues when connecting Drone CI to CrewAI through Vinkius, and how to resolve them.
MCP tools not discovered
Agent not using tools
Timeout errors
Rate limiting or 429 errors
Drone CI + CrewAI FAQ
Common questions about integrating Drone CI MCP Server with CrewAI.
How does CrewAI discover and connect to MCP tools?
tools/list method. This means tools are always fresh and reflect the server's current capabilities. No tool schemas need to be hardcoded.Can different agents in the same crew use different MCP servers?
mcps list, so you can assign specific servers to specific roles. For example, a reconnaissance agent might use a domain intelligence server while an analysis agent uses a vulnerability database server.What happens when an MCP tool call fails during a crew run?
Can CrewAI agents call multiple MCP tools in parallel?
process=Process.parallel, each calling different MCP tools concurrently. This is ideal for workflows where separate data sources need to be queried simultaneously.Can I run CrewAI crews on a schedule (cron)?
crew.kickoff() method runs synchronously by default, making it straightforward to integrate into existing pipelines.Explore More MCP Servers
View all →
Resend Alternative
14 toolsSend emails and manage domains via Resend — send transactional emails, track deliveries, manage domains and API keys from any AI agent.

SnipForm
15 toolsConnect your AI agents to SnipForm to manage form submissions, block spam, handle webhooks, and analyze conversion data.

Brevo
11 toolsEngage customers across email, SMS, and chat with marketing campaigns and transactional messaging that scale with you.

LeadConnector
3 toolsPower up HighLevel/LeadConnector — fetch contacts, trace opportunities, and handle appointments seamlessly.
