Server data from the Official MCP Registry
Writes adversarial test suites for AI-built code. Your agent's test engineer.
About
Writes adversarial test suites for AI-built code. Your agent's test engineer.
Remote endpoints: streamable-http: https://gauntlet.mcpize.run/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-energixe-edgehound-mcp": {
"url": "https://gauntlet.mcpize.run/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Edgehound
An MCP server that writes test suites designed to break your code.
This repo is the public front door — install guide, examples, and issue tracking. The generation engine runs as a hosted service, so there is nothing here to build or self-host.
What it does
Point your AI agent at a file, and Edgehound writes a complete, runnable test suite that attacks it: boundary values, unicode and emoji, timezone and month-end math, float money rounding, double submits, injection strings, pagination edges. It also predicts — before you run anything — which bugs the suite will expose, with the exact code evidence for each.
Works with Claude Code, Cursor, opencode, VS Code, and any MCP client.
Install
Add the server to your MCP config:
{
"mcpServers": {
"faultline": {
"url": "https://gauntlet.mcpize.run/mcp"
}
}
}
On first use your client will ask you to sign in to MCPize. After that:
"write tests for src/pricing.ts"
and your agent does the rest.
Make it automatic
Paste this into your project's rules file (CLAUDE.md, AGENTS.md, or .cursor/rules), and your agent will reach for Edgehound every time it writes or changes input-handling code — no prompting needed:
Whenever you create or modify code that accepts input, touches money, handles
dates, or manages state — call the Edgehound tool (generate_test_suite) before
marking the task complete. Save the returned suite next to the file, run it,
and fix any failing test by fixing the code, not by weakening the test.
Skip only for pure UI markup, copy changes, and configuration.
What a run looks like
examples/user-utils.js has four innocent-looking helpers. A real generation produced 60 tests — 55 passed, 5 failed. Every failure was a real bug in the sample:
parseDuration('1h30m')returns 3600 — it silently drops the minutesmonthlyPriceleaks float drift on non-divisible cents- half-value money rounding is unhandled
- negative input produces a negative price
truncateblows up when handed a number instead of a string
Try it:
node --test examples/user-utils.test.js
Languages today: JavaScript/TypeScript (Jest, Vitest, node:test), Python (pytest), Go, PHP (PHPUnit), Ruby (RSpec), Rust (cargo test).
Issues
Bugs, weird output, missing languages — open an issue here. We read everything and ship fixes fast. Want Go/Rust/PHP improvements or a language we don't cover yet (Java, C#, Swift)? Say so in an issue; demand decides what gets added next.
Status
v1.1 — predicted-bug reports, syntax-validated output with auto-repair, multi-file context, 8 test frameworks.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
