mcpsandbox: mcpsandbox provides a lightweight sandbox object inspired by Daytona-style ergonomics but built around command projection instead of a full VM or container. It maps capabilities into a minimal runtime and lets an agent use them through shell commands and a small typed API. It supports just-bash as the execution engine, built-in filesystem sandboxing, git integration, MCP-backed commands, TypeScript handlers, existing binaries, and external sandbox providers.; 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.
Local development and testing of MCP tools
Integrating .NET applications with the Model Context Protocol