muthuishere/mcp-server-bash-sdk
A zero-dependency MCP server implementation in pure Bash that allows AI agents to discover and invoke tools.

This project provides a complete Model Context Protocol server implementation in pure POSIX Bash, enabling AI systems to communicate with tool-providing servers over stdio using JSON-RPC 2.0. The server discovers tools dynamically through a naming convention, loads configuration from external JSON files, and requires only jq for JSON processing. It serves as lightweight infrastructure for AI agents and coding assistants that need to interact with external tools without requiring Node.js or Python runtimes.
Frequently asked
- What is muthuishere/mcp-server-bash-sdk?
- A zero-dependency MCP server implementation in pure Bash that allows AI agents to discover and invoke tools.
- Is mcp-server-bash-sdk open source?
- Yes — muthuishere/mcp-server-bash-sdk is open source, released under the MIT license.
- What language is mcp-server-bash-sdk written in?
- muthuishere/mcp-server-bash-sdk is primarily written in Shell.
- How popular is mcp-server-bash-sdk?
- muthuishere/mcp-server-bash-sdk has 513 stars on GitHub.
- Where can I find mcp-server-bash-sdk?
- muthuishere/mcp-server-bash-sdk is on GitHub at https://github.com/muthuishere/mcp-server-bash-sdk.