MCP Benchmark Hygiene Server
Rank #17,422io.github.sudo-ai-git/mcp-benchmark-hygiene
Detect pytest config-leakage that corrupts agent-benchmark grading. Deterministic, no-LLM.
MCP Benchmark Hygiene Server is a Model Context Protocol (MCP) server published by sudo-ai-git. It ranks #17,422 of 115,591 servers tracked on MCP Toplist. MCP Benchmark Hygiene Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 98,169 of 115,591 servers on MCP Toplist.
Use MCP Benchmark Hygiene Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-benchmark-hygiene -- uvx mcp-benchmark-hygiene[mcp_servers.mcp-benchmark-hygiene]
command = "uvx"
args = ["mcp-benchmark-hygiene"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-benchmark-hygiene": {
"command": "uvx",
"args": [
"mcp-benchmark-hygiene"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-benchmark-hygiene": {
"command": "uvx",
"args": [
"mcp-benchmark-hygiene"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-benchmark-hygiene": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-benchmark-hygiene"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-benchmark-hygiene": {
"command": "uvx",
"args": [
"mcp-benchmark-hygiene"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-benchmark-hygiene": {
"command": "uvx",
"args": [
"mcp-benchmark-hygiene"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sudo-ai-git%2Fmcp-benchmark-hygiene)<a href="https://mcptoplist.com/server/io.github.sudo-ai-git%2Fmcp-benchmark-hygiene"><img src="https://mcptoplist.com/badge/io.github.sudo-ai-git%2Fmcp-benchmark-hygiene.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sudo-ai-git
Other servers by sudo-ai-git
- MCP Skill Sec Server#16,165 · 1 ver
- MCP Verify Claim Server#17,816 · 1 ver
- MCP Secret Scrub Server#39,216 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Aug 27, 2026 |
Frequently asked questions
- Who maintains MCP Benchmark Hygiene Server?
- MCP Benchmark Hygiene Server is maintained by sudo-ai-git, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is MCP Benchmark Hygiene Server listed on the Official MCP Registry?
- Yes — MCP Benchmark Hygiene Server is listed on the Official MCP Registry.
- How many versions does MCP Benchmark Hygiene Server have?
- MCP Toplist tracks 1 version of MCP Benchmark Hygiene Server, most recently published on Aug 27, 2026.
- Where can I find the source code for MCP Benchmark Hygiene Server?
- The source code for MCP Benchmark Hygiene Server is hosted at github.com/sudo-ai-git/mcp-benchmark-hygiene.