From 4f09318df6c9be1b9a90b2e1ee70a54ae35fd2ea Mon Sep 17 00:00:00 2001 From: yaniv-golan Date: Sat, 31 Jan 2026 18:02:31 +0200 Subject: [PATCH] docs: add MCP Bash Framework to frameworks list Add MCP Bash Framework - a pure Bash implementation for building MCP servers with full spec coverage including MCP Apps, requiring only Bash 3.2+ and jq/gojq. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b1bcce91a..7e2a8b4e45 100644 --- a/README.md +++ b/README.md @@ -1481,6 +1481,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[MCP Declarative Java SDK](https://github.com/codeboyzhou/mcp-declarative-java-sdk)** Annotation-driven MCP servers development with Java, no Spring Framework Required, minimize dependencies as much as possible. * **[MCP-Framework](https://mcp-framework.com)** Build MCP servers with elegance and speed in TypeScript. Comes with a CLI to create your project with `mcp create app`. Get started with your first server in under 5 minutes by **[Alex Andru](https://github.com/QuantGeekDev)** * **[MCP Plexus](https://github.com/Super-I-Tech/mcp_plexus)**: A secure, **multi-tenant** and Multi-user MCP python server framework built to integrate easily with external services via OAuth 2.1, offering scalable and robust solutions for managing complex AI applications. +* **[MCP Bash Framework](https://github.com/yaniv-golan/mcp-bash-framework)** (Bash) - Build MCP servers in pure Bash 3.2+. Full spec coverage, including MCP Apps. No runtimes beyond your shell and jq or gojq. * **[mcp_sse (Elixir)](https://github.com/kEND/mcp_sse)** An SSE implementation in Elixir for rapidly creating MCP servers. * **[mxcp](https://github.com/raw-labs/mxcp)** (Python) - Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement. * **[Next.js MCP Server Template](https://github.com/vercel-labs/mcp-for-next.js)** (Typescript) - A starter Next.js project that uses the MCP Adapter to allow MCP clients to connect and access resources.