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.; seq-mcp-server: seq-mcp-server is a Model Context Protocol server that provides tools for searching and streaming events from Seq. It supports flexible filter expressions, workspace-specific API keys, and automatic fallback for older Seq versions. The server can be installed as a .NET global tool or built from source, and integrates easily with MCP clients like Claude Desktop.
Integrating .NET applications with the Model Context Protocol
Debugging and analyzing log events during development