The reputation layer for AI skills, tools & agents

muthuishere/mcp-server-bash-sdk

Score: 31.8 Rank #5522

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

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 2 open vs 0 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for muthuishere/mcp-server-bash-sdk
[![AgentRank](https://agentrank-ai.com/api/badge/tool/muthuishere--mcp-server-bash-sdk)](https://agentrank-ai.com/tool/muthuishere--mcp-server-bash-sdk)
<a href="https://agentrank-ai.com/tool/muthuishere--mcp-server-bash-sdk"><img src="https://agentrank-ai.com/api/badge/tool/muthuishere--mcp-server-bash-sdk" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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