From 147500aa5b488c4d9e2330e3e91339953909ef9a Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:17:34 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dfa4fa7d..6b29bd50 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A curated list of awesome Model Context Protocol (MCP) servers. * [What is MCP?](#what-is-mcp) * [Server Implementations](#server-implementations) +* Frameworks ## What is MCP? @@ -116,3 +117,7 @@ MCP is an open protocol that enables AI models to securely interact with local a - [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) - Interacting with Obsidian via REST API - [anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube) - Fetch YouTube subtitles - [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) - Integrates with Notion's API to manage personal todo lists + +** Frameworks + +- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) – Provides integration between [Genkit](https://github.com/firebase/genkit/tree/main) and the Model Context Protocol (MCP).