mcp_agent_mail_rust: Agent Mail is a mail-like coordination layer for AI coding agents, exposed as an MCP server with 37 tools and 25 resources. It features a Git-backed archive, SQLite indexing, an interactive 16-screen TUI, a server-rendered web UI, and an agent-first robot CLI. It prevents conflicts through advisory file reservations and enables asynchronous threaded messaging among agents.; 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.
Multiple AI coding agents splitting a large refactor across services while staying in sync
Integrating .NET applications with the Model Context Protocol