C#/.NET 8 MCP server exposing AI tools for incident triage, configuration validation, and connectivity diagnostics.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-dotnet-ops-serve": {
"command": "npx",
"args": [
"-y",
"babak-mrc/mcp-dotnet-ops-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-dotnet-ops-serve npx -y babak-mrc/mcp-dotnet-ops-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-dotnet-ops-serve": {
"command": "npx",
"args": [
"-y",
"babak-mrc/mcp-dotnet-ops-server"
]
}
}
}