mcp-server-bash-sdk

Yes Mcp server in bash

GitHub Stars

483

User Rating

Not Rated

Favorites

0

Views

36

Forks

38

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Bash: Any version
jq: For JSON processing (install via brew install jq on macOS)

Installation Steps

1. Clone Repository

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": {"name": "get_movies"}, "id": 1}' | ./moviemcpserver.sh

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check the script path and ensure it has execution permissions. Issue: JSON processing fails Solution: Verify that jq is installed correctly.

Additional Resources