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.; MemoryPilot: MemoryPilot is a state-of-the-art MCP memory server that gives AI coding assistants persistent, searchable memory. It features hybrid search (BM25 + multilingual embeddings), temporal knowledge graph, GraphRAG, AAAK compression, and zero-shot auto-classification. It is 100% local, runs as a single binary, and achieves 99.1% R@5 on the LongMemEval benchmark.
Integrating .NET applications with the Model Context Protocol
Persistent memory for AI coding assistants across sessions