MCP Server
Active
MIT
io.github.ipezygj/numguard MCP Server
io.github.ipezygj/numguard
What is the io.github.ipezygj/numguard MCP server?
Verify a number before an agent asserts it — evals, backtests (Deflated Sharpe), signed receipts.
How to install io.github.ipezygj/numguard
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"numguard": {
"command": "python",
"args": [
"numguard"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"numguard": {
"command": "python",
"args": [
"numguard"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"numguard": {
"command": "python",
"args": [
"numguard"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"numguard": {
"type": "stdio",
"command": "python",
"args": [
"numguard"
]
}
}
}Claude Code
claude mcp add numguard -- python numguardRelated MCP servers
Safety checks an agent runs before it acts: package malware, destructive command, secret leak.
View repository →Statistical checks an agent runs before trusting an AI eval number (is #1 real, judge bias, more).
View repository →