muthuishere/mcp-server-bash-sdk
Yes Mcp server in bash
Overview
muthuishere/mcp-server-bash-sdk is a Shell MCP server licensed under MIT. Yes Mcp server in bash
Ranked #5522 out of 25632 indexed tools.
Ecosystem
Shell MIT
Signal Breakdown
Stars 502
Freshness 23d ago
Issue Health 0%
Contributors 3
Dependents 0
Forks 42
Description Brief
License MIT
How to Improve
Description low impact
Issue Health high impact
Dependents medium impact
Matched Queries
From the README
# 🐚 MCP Server in Bash
A lightweight, zero-overhead implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server in pure Bash.
**Why?** Most MCP servers are just API wrappers with schema conversion. This implementation provides a zero-overhead alternative to Node.js, Python, or other heavy runtimes.
---
## 📋 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
---
## 🔧 Requirements
- Bash shell
- `jq` for JSON processing (`brew install jq` on macOS)
---
## 🚀 Quick Start
1. **Clone the repo**
```bash
git clone https://github.com/muthuishere/mcp-server-bash-sdk
cd mcp-server-bash-sdk
```
2. **Make scripts executable**
```bash
chmod +x mcpserver_core.sh moviemcpserver.sh
```
3. **Try it out**
```bash
echo '{"jsonrpc": "2.0", "method": "tools/call", "params": {"nam Read full README on GitHub →
Are you the maintainer? Claim this listing