From 8514a8b4a517a5b0f477808f1b17b1451e9cca43 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:19:54 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb53de43..37482f4e 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,17 @@ A curated list of awesome Model Context Protocol (MCP) servers. * [What is MCP?](#what-is-mcp) +* [Tutorials](#tutorials) * [Server Implementations](#server-implementations) * [Frameworks](#frameworks) ## What is MCP? -MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services. +[MCP](https://modelcontextprotocol.io/) is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services. + +## Tutorials + +* [Model Context Protocol (MCP) Quickstart](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart) ## Server Implementations