diff --git a/README.md b/README.md index 874916cab3..e6f787efc9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[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. * **[PayMCP](https://github.com/blustAI/paymcp)** (Python & TypeScript) - Lightweight payments layer for MCP servers: turn tools into paid endpoints with a two-line decorator. [PyPI](https://pypi.org/project/paymcp/) · [npm](https://www.npmjs.com/package/paymcp) · [TS repo](https://github.com/blustAI/paymcp-ts) * **[Perl SDK](https://github.com/mojolicious/mojo-mcp)** - An SDK for building MCP servers and clients with the Perl programming language. +* **[Promptise Foundry](https://github.com/promptise-com/foundry)** (Python) - Production MCP server SDK with JWT/RS256/ES256 auth, capability guards, middleware chain (rate limit, circuit breaker, caching, audit, Prometheus/OTel), DI, per-tool versioning, streaming, elicitation, sampling, and in-process TestClient. * **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java) - **[R mcptools](https://github.com/posit-dev/mcptools)** - An R SDK for creating R-based MCP servers and retrieving functionality from third-party MCP servers as R functions. * **[SAP ABAP MCP Server SDK](https://github.com/abap-ai/mcp)** - Build SAP ABAP based MCP servers. ABAP 7.52 based with 7.02 downport; runs on R/3 & S/4HANA on-premises, currently not cloud-ready. @@ -92,6 +93,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[MCP CLI Client](https://github.com/vincent-pli/mcp-cli-host)** - A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP). * **[OpenMCP Client](https://github.com/LSTM-Kirigaya/openmcp-client/)** - An all-in-one vscode/trae/cursor plugin for MCP server debugging. [Document](https://kirigaya.cn/openmcp/) & [OpenMCP SDK](https://kirigaya.cn/openmcp/sdk-tutorial/). * **[PHP MCP Client](https://github.com/php-mcp/client)** - Core PHP implementation for the Model Context Protocol (MCP) Client +* **[Promptise Foundry](https://github.com/promptise-com/foundry)** (Python) - Native MCP client (stdio/SSE/streamable HTTP, bearer + API key) with automatic tool discovery across multiple servers and MCP→LangChain `BaseTool` adapter. * **[Runbear](https://runbear.io/solutions/integrations/slack/mcp)** - No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord. ## 📚 Resources