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.; mcp-memory-libsql: mcp-memory-libsql is a high-performance, persistent memory system for the Model Context Protocol (MCP). It uses libSQL to store entities and relations, providing optimized text search with relevance ranking to enhance LLM context efficiency. It supports both local SQLite and remote libSQL databases with secure authentication.
Integrating .NET applications with the Model Context Protocol
Provide persistent memory for LLM applications