Provides a lightweight, zero-overhead implementation of the Model Context Protocol (MCP) server directly in Bash.
This tool offers a pure Bash implementation of the Model Context Protocol (MCP) server, designed as a zero-overhead alternative to more resource-intensive runtimes like Node.js or Python. It fully supports the JSON-RPC 2.0 protocol over stdio and enables dynamic tool discovery through a simple function naming convention. Developers can easily extend its functionality with custom tools and configure server behavior via external JSON files, making it an efficient solution for building local AI agent tools.