budgie
Verified Safeby chieftecho
Overview
This MCP server exposes specialized AI agents as tools to kiro-cli, enabling an orchestrator agent to delegate complex tasks and manage multi-turn conversations across domain-specific sub-agents.
Installation
./budgieSecurity Notes
The server explicitly enforces a mandatory 'directory' parameter for all agent calls, which is a strong security feature to control file operations. Agents operate within isolated session directories. However, the server does not implement prompt sanitization before passing user prompts to 'kiro-cli', making it potentially susceptible to prompt injection attacks if the underlying 'kiro-cli' or sub-agents (which have 'execute_bash' capabilities) are vulnerable. This is noted as a 'TODO' in the README.
Similar Servers
klavis
Creates an AI agent using LangChain in TypeScript that interacts with Gmail and YouTube through a Klavis Strata MCP server, enabling tasks such as summarizing YouTube videos and emailing the summaries.
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
1xn-vmcp
An open-source tool for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, facilitating fine-grained context-engineering for AI workflows and agents.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.