Found 44 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
SemanticKernel integration for the ModelContextProtocol (official C# SDK). Enables seamless use of MCP tools as AI functions.
Generated classes (based on Corvus.JsonSchema) which describe the official ModelContextProtocol Schema.
MCP templates
.NET library for the Model Context Protocol (MCP)
Galosys.Foundation快速开发库
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.
Common framework for building a Sse MCP server.
MCP Inspector
Extensions and middleware for ModelContextProtocol in ASP.NET Core.
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"}});
Model Context Protocol integration for NovaCore.AgentKit
CrestApps enhances the capabilities of Orchard Core, a modular and multi-tenant application framework built on ASP.NET Core. By leveraging Orchard Core's powerful foundation for creating dynamic, data-driven websites and applications, CrestApps introduces additional features and tools that empower developers to build more flexible, scalable, and feature-rich solutions. Core services project for the AI MCP module.
Common framework for building a Stdio MCP server.
Provides shared classes and interfaces used by MCP Toolkit for .NET
MCP Toolkit for .NET client package.