From 7efa9055abd4eda47c4aabe90e645beda8921a79 Mon Sep 17 00:00:00 2001 From: Aiden Date: Wed, 27 May 2026 22:01:54 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Ageniti=20to=20Frameworks=20=E2=86=92=20F?= =?UTF-8?q?or=20servers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 874916cab3..d5a344f8f6 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie ### For servers +* **[Ageniti](https://github.com/Ageniti/ageniti)** (TypeScript) - The action primitive for apps that need to be callable by agents. Define an action once — input/output contract, side effects, permissions — and expose it via CLI, HTTP, MCP, OpenAI / AI SDK tools, React hooks, and a typed client, all sharing the same runtime, streaming events, redaction, and error contract. * **[Anubis MCP](https://github.com/zoedsoupe/anubis-mcp)** (Elixir) - A high-performance and high-level Model Context Protocol (MCP) implementation in Elixir. Think like "Live View" for MCP. * **[ModelFetch](https://github.com/phuctm97/modelfetch/)** (TypeScript) - Runtime-agnostic SDK to create and deploy MCP servers anywhere TypeScript/JavaScript runs * **[EasyMCP](https://github.com/zcaceres/easy-mcp/)** (TypeScript)