mcp-server-bash-sdk

mcp-server-bash-sdk

3.7

If you are the rightful owner of mcp-server-bash-sdk and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A lightweight, zero-overhead implementation of the Model Context Protocol (MCP) server in pure Bash.

The MCP Server in Bash is a streamlined implementation of the Model Context Protocol, designed to operate without the overhead of traditional runtimes like Node.js or Python. This server leverages the simplicity and ubiquity of the Bash shell, making it accessible and easy to deploy on any Unix-like system. It supports the full JSON-RPC 2.0 protocol over standard input/output, ensuring compatibility with a wide range of applications. The server is designed to be easily extendable, allowing developers to add custom tools by following a simple naming convention. Configuration is managed through JSON files, providing flexibility and ease of integration with external services. This approach makes the MCP Server in Bash an ideal choice for lightweight, local tool execution and AI assistant integration.

Features

  • Full JSON-RPC 2.0 protocol over stdio
  • Complete MCP protocol implementation
  • Dynamic tool discovery via function naming convention
  • External configuration via JSON files
  • Easy to extend with custom tools