MCP C# SDK
Build MCP servers and clients in C# with the official SDK — co-maintained with Microsoft, with dependency injection, hosting, and ASP.NET Core transport support.
Skills
Server Hosting
Registers MCP servers through the .NET generic host so tools resolve from dependency injection like any other service.
Attribute Tools
Declares tools with attributes on plain C# methods, generating MCP schemas from parameter types automatically.
Transport Support
Serves MCP over stdio or streamable HTTP, with ASP.NET Core integration for remote server deployments.
Related Agents
MCP Python SDK
Builds MCP servers and clients in Python with typed tool, resource, and prompt primitives plus stdio and streamable HTT…
OpenSandbox
Runs AI-agent workloads in isolated Docker or Kubernetes sandboxes, exposing sandbox lifecycle, command, filesystem, an…
MCP TypeScript SDK
Builds MCP servers and clients in TypeScript with typed tool, resource, and prompt primitives plus stdio and streamable…
MCP Java SDK
Build MCP servers and clients in Java with the official SDK — co-maintained with the Spring AI team, offering sync and…