Embed visual business rules in your .NET app with AI-assisted authoring, native VS debugging, blazing-fast compiled evaluation, and no SaaS dependency. FREE edition available. Learn more →
Csharp-sdk Alternatives
Similar projects and alternatives to csharp-sdk
-
-
ReSharper
ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
-
-
-
-
-
-
-
Code Effects
Code Effects: AI-Ready .NET Business Rules Engine. Embed visual business rules in your .NET app with AI-assisted authoring, native VS debugging, blazing-fast compiled evaluation, and no SaaS dependency. FREE edition available.
-
-
-
-
mcp-weather-server-demo
A simple Model Context Protocol (MCP) server that provides real-time weather data to AI agents like GitHub Copilot
-
-
-
mcp-afl-server
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
-
mcp-server
With this MCP, you can debug your application by querying any issue to an LLM using the latest documentation available on the web. We currently support LangChain, LlamaIndex, and OpenAI docs, but you can add any other sources as needed. (by JeanVittory)
-
mcp-azure-container-apps-demo
Sample MCP server built with C# and .NET, containerized with Docker, deployed to Azure Container Apps, and called from a C# MCP client.
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
csharp-sdk discussion
csharp-sdk reviews and mentions
-
MCP C# SDK Array Tool Outputs: Stop Looking for a `result` Wrapper
The stable MCP C# SDK handles this negotiation. Its v2.0.0 release notes call out direct non-object tool results, while the current v2.2.0 tools guide documents UseStructuredContent. For a down-level client, the SDK still emits the compatibility envelope. I do not need a second handler or a hand-written version switch.
-
MCP C# SDK Hybrid Sessions: Serve Old and New Clients on One Endpoint
The stable C# SDK 2.2.0 release added exactly that path with HttpServerSessionMode.StatefulForInitializeClients. The release notes describe it as hybrid stateful/stateless serving, and the official session-mode guide spells out the per-request behavior.
-
MCP C# SDK Protocol Negotiation: Pin 2026-07-28 When Fallback Is Unsafe
The stable MCP C# SDK 2.0.0 release prefers the 2026-07-28 protocol, but it also keeps older servers working through automatic fallback. That compatibility is useful. It can also hide the fact that a client expecting sessionless behavior actually negotiated an initialize-era session.
-
Build and deploy an MCP server with .NET and Azure Container Apps
Official C# SDK for Model Context Protocol
- MAF Agents with Azure AI Foundry Project
-
🏆002. HTTP-TO-MCP bridge
This week my biggest win was the creation of a bridge between the .NET MCP SDK and a custom HTTP stack.
- Add the MCP server to the ASP.NET Core minimal API
-
How to Access Custom HTTP Headers in Your C# MCP Server
If you, like me, are trying to create an MCP Server via Model Context Protocol C# SDK the process of getting those headers in your commands may be a little tricky, because the SDK natively doesn't binds custom headers to tool arguments (or, at least, I didn't found any docs or samples or managed to make it work properly).
-
Building Your First MCP Server: A Beginners Tutorial
C# SDK
-
Build a Simple MCP Server and Client in C#
👉 MCP SDK for C#
-
A note from our sponsor - Code Effects
codeeffects.com | 11 Sep 2026
Stats
modelcontextprotocol/csharp-sdk is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of csharp-sdk is C#.