The C# Runner MCP server provides a secure platform for executing C# code with Docker isolation. It supports both HTTP and gRPC protocols, allowing AI agents to run and test C# scripts. Developers use it for debugging, testing, and executing C# code in isolated environments, ensuring security and performance.
The C# Runner MCP server provides a secure platform for executing C# code with Docker isolation. It supports both HTTP and gRPC protocols, allowing AI agents to run and test C# scripts. Developers use it for debugging, testing, and executing C# code in isolated environments, ensuring security and performance.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"sdcb-csharp-runner-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sdcb-csharp-runner-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from csharp runner?"
No configuration required. This server works out of the box.
"What resources are available in csharp runner?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in csharp runner"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in csharp runner with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.