csharp-code-sandbox-mcp

csharp-code-sandbox-mcp

2.4

C# Code Sandbox MCP is a server that allows for the execution of arbitrary C# scripts. It requires the dotnet-script tool and is inspired by the node-code-sandbox-mcp project.

C# Code Sandbox MCP

A C#–based Model Context Protocol (MCP) server that executes arbitrary C# scripts.

Prerequisites

This project depends on the dotnet-script tool. Ensure it is installed globally on your system.

Building the Project

To build the project, navigate to the root directory and run the dotnet build command.

Acknowledgments

Thanks to the project node-code-sandbox-mcp by alfonsograziano for the inspiration behind this work.