Bash SDK
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.
主要功能
- Complete MCP protocol implementation
- Easy to extend with custom tools
- Full JSON-RPC 2.0 protocol over stdio
- 419 GitHub stars
- Dynamic tool discovery via function naming convention
- External configuration via JSON files
使用案例
- Enabling local tool execution for AI assistants with minimal overhead.
- Creating custom Model Context Protocol servers for specific business logic.
- Integrating custom tools and APIs with AI systems like GitHub Copilot Chat.