Microsoft Collaborates with Anthropic to Launch C# SDK for MCP Integration
Microsoft has partnered with Anthropic to develop an official C# SDK for the Model Context Protocol (MCP), an open protocol designed to connect large language models (LLMs) with external tools and dat...
supercorp-ai/supergateway
Supergateway runs a MCP stdio-based servers over SSE (Server-Sent Events) with one command. This is useful for remote access, debugging, or connecting to SSE-based clients when your MCP server only sp...
The Creators of Model Context Protocol
We are happy to announce that there will be a dedicated MCP track at the 2025 AI Engineer Worlds Fair, taking place Jun 3rd to 5th in San Francisco, where the MCP core team and major contributors and ...
nanbingxyz/5ire
We have integrated the bge-m3 as our local embedding model, which excels in multilingual vectorization.
Introducing Cline: Your AI Assistant for Software Development Tasks
Cline is an AI assistant that can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal com...
Goose Documentation
Goose is a developer agent that supercharges your software development by automating an array of coding tasks directly within your terminal or IDE. Guided by you, it can intelligently assess your proj...
MCPSharp: Build Model Context Protocol (MCP) Servers with .NET
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers - the standardized API protocol used by AI assistants and models. With MCPSharp, you can create MCP-compliant tools...
Awesome MCP Clients
A curated list of awesome Model Context Protocol (MCP) clients. MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implemen...
Awesome MCP Servers
A curated list of awesome Model Context Protocol (MCP) servers. MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implemen...
MCP-Framework: Building Model Context Protocol Servers in TypeScript
MCP-Framework is a framework for building Model Context Protocol (MCP) servers elegantly in TypeScript. It provides architecture out of the box, automatic directory-based discovery for tools, resource...
ModelContextProtocol.NET - C# SDK for AI Model Integration
# ModelContextProtocol.NET  A C# SDK implementation of the Model Context Protocol (MCP), enabling seamless integratio...
Discover and Share Model Context Protocol Servers
Submit and find Model Context Protocol Servers on MCP Servers. Browse, share, and collaborate with others. Submit your own server or explore live published servers. Check out community favorites and d...
FastMCP Project Overview
FastMCP is a fast, Pythonic way to build MCP servers that makes building MCP servers simple and intuitive. Create tools, expose resources, and define prompts with clean, Pythonic code. FastMCP aims to...
Introducing the Model Context Protocol
Today, were open-sourcing the Model Context Protocol (MCP), a new standard for connecting AI assistants to the systems where data lives, including content repositories, business tools, and development...
Introduction - Model Context Protocol
Get started with the Model Context Protocol (MCP)MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C p...
Langchain Model Context Protocol (MCP) Toolkit
Langchain MCP (Model Context Protocol) toolkit provides support for calling the Model Context Protocol in LangChain. By creating a `langchain_mcp.MCPToolkit` with an `mcp.ClientSession`, users can ini...
MCP Azure OpenAI Server Integration with Playwright for Web Automation
A minimal server/client application implementation utilizing the Model Context Protocol (MCP) and Azure OpenAI. The MCP server is built with FastMCP and the client is created by ChatGPT to call the MC...