Provides a lightweight and portable pluggable server for AI agents to execute local tools via stdio transport.
Mcbox is a lightweight and portable MCP (Model Context Protocol) server implemented entirely in Bash and jq, designed to empower AI agents with local tool execution capabilities. It focuses on providing a simple, pluggable interface over stdio, making it an excellent choice for integrating custom tools written in any language with AI agents without the complexities of high throughput or streaming. While intentionally minimalist in scope, it offers a robust foundation for extending AI agent functionality with local system interactions.