Found 207 packages
.NET SDK for the Model Context Protocol (MCP) with hosting and dependency injection extensions.
Core .NET SDK for the Model Context Protocol (MCP)
ASP.NET Core extensions for the C# Model Context Protocol (MCP) SDK.
Use tools from model context protocol (MCP) servers with Ollama
Common framework for building a Sse MCP server.
Generated classes (based on Corvus.JsonSchema) which describe the official ModelContextProtocol Schema.
SemanticKernel integration for the ModelContextProtocol (official C# SDK). Enables seamless use of MCP tools as AI functions.
MCP templates
Galosys.Foundation快速开发库
Build Model Context Protocol (MCP) servers and clients in .NET with MCPSharp. Create MCP-compliant tools and functions that AI models can discover and use. Features easy to use attribute-based API allowing anyone to spin up a server in minutes, and a Microsoft.Extensions.AI compatible client that generates AIFunctions, ready to be consumed by any IChatClient or compatible system. await MCPServer.StartAsync("EchoServer", "1.0.0"); --- server: class MyTool { [McpTool("echo","returns the input string back to you")] public string echo(string input) => input; } ---client: var client = new MCPClient("MyClient","1.0.0", "EchoServer.exe" //or dotnet EchoServer.dll if you wish await client.CallToolAsync("echo", new Dictionary<string, object>{{"input", "input string to echo"}});
An implementation of a Model Context Protocol Server for Umbraco. Enables basic functionality such as document type retrieval, content creation, and content editing. Experimental. Only use in production with caution.
MCP Inspector
.NET library for the Model Context Protocol (MCP)
Common framework for building a Stdio MCP server.
A Model Context Protocol (MCP) server for NuGet.
Extensions and middleware for ModelContextProtocol in ASP.NET Core.
MCP protocol types and interfaces for Model Context Protocol servers
A template for an API using a streamlined version of Clean Architecture and .NET Model Context Protocol.