From 4204026ba15373a6481ca48a69f3293dc6bd076b Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Sun, 23 Mar 2025 13:54:32 +0000 Subject: [PATCH 1/2] add fast-agent to clients list --- clients.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients.mdx b/clients.mdx index 93813d7..08caa0a 100644 --- a/clients.mdx +++ b/clients.mdx @@ -16,6 +16,7 @@ This page provides an overview of applications that support the Model Context Pr | [Continue][Continue] | ✅ | ✅ | ✅ | ❌ | ❌ | Full support for all MCP features | | [Cursor][Cursor] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [Emacs Mcp][Mcp.el] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in Emacs. | +| [fast-agent][fast-agent] | ✅ | ✅ | ✅ | ✅ | ✅ | Full multimodal MCP support, with end-to-end tests | | [Firebase Genkit][Genkit] | ⚠️ | ✅ | ✅ | ❌ | ❌ | Supports resource list and lookup through tools. | | [GenAIScript][GenAIScript] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [Goose][Goose] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | @@ -45,6 +46,7 @@ This page provides an overview of applications that support the Model Context Pr [Superinterface]: https://superinterface.ai [5ire]: https://github.com/nanbingxyz/5ire [BeeAI Framework]: https://i-am-bee.github.io/beeai-framework +[fast-agent]: https://github.com/evalstate/fast-agent [mcp-agent]: https://github.com/lastmile-ai/mcp-agent [Mcp.el]: https://github.com/lizqwerscott/mcp.el [Roo Code]: https://roocode.com From 53ef27292a4af83234847985b7e2b5501a1eecff Mon Sep 17 00:00:00 2001 From: evalstate <1936278+evalstate@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:04:05 +0000 Subject: [PATCH 2/2] feature list --- clients.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/clients.mdx b/clients.mdx index 08caa0a..f4d3c4d 100644 --- a/clients.mdx +++ b/clients.mdx @@ -124,6 +124,15 @@ The Claude desktop application provides comprehensive support for MCP, enabling **Key features:** - Provides MCP tool support for Emacs. +### fast-agent +[fast-agent](https://github.com/evalstate/fast-agent) is a Python Agent framework, with simple declarative support for creating Agents and Workflows, with full multi-modal support for Anthropic and OpenAI models. + +**Key features:** +- PDF and Image support, based on MCP Native types +- Interactive front-end to develop and diagnose Agent applications, including passthrough and playback simulators +- Built in support for "Building Effective Agents" workflows. +- Deploy Agents as MCP Servers + ### Firebase Genkit [Genkit](https://github.com/firebase/genkit) is Firebase's SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.