alexbel83/Mcp.BenchmarkRunner
MCP server in C# that runs BenchmarkDotNet on demand and returns results & artifacts to LLM clients (MCP Inspector, Visual Studio Copilot Tools).
Platform-specific configuration:
{
"mcpServers": {
"Mcp.BenchmarkRunner": {
"command": "npx",
"args": [
"-y",
"Mcp.BenchmarkRunner"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...