mcp-server-bash
11
This project is a minimalistic Model Context Protocol server implemented using shell script. It focuses on lifecycle phases and allows command-line interface testing for various methods. The server is designed for testing and integration with LLM hosts.
mcp-server-bash
Minimalistic MCP server written in shell script. This repository complements the article: Minimalistic MCP Server in bash script.
Features
- Implements lifecycle phases: Initialization and Operation.
- Includes a script
mcp_add.sh
for handling messages, from handshake to execution.
Usage
- Test methods using CLI commands.
- Configure LLM host with a JSON file for
mcphost
andClaude Desktop
. - Run
mcphost
with necessary configurations.