mcp-ts-core: @cyanheads/mcp-ts-core is a TypeScript framework for building MCP servers. It offers declarative tool/resource/prompt definitions with Zod schemas, pluggable authentication, multi-backend storage, OpenTelemetry observability, and runs on both local (stdio/HTTP) and edge (Cloudflare Workers) runtimes. The framework handles infrastructure concerns like transport, auth, storage, config, logging, and lifecycle, so developers can focus on writing business logic.; csharp-sdk: The MCP C# SDK is the official C# SDK for the Model Context Protocol, designed to enable .NET applications, services, and libraries to implement and interact with MCP clients and servers. The Model Context Protocol (MCP) itself is an open protocol that standardizes how applications provide context to Large Language Models (LLMs), facilitating secure integration between LLMs and various data sources and tools.
Building MCP servers for AI tools and agents
Integrating .NET applications with the Model Context Protocol