faultline
OfficialGenerates runnable JavaScript test suites using Jest, Vitest, or node:test, attacking edge cases such as boundary values, unicode/emoji, timezone/month-end math, float money rounding, double submits, and injection strings.
Generates JavaScript/TypeScript tests in the Jest framework, covering edge-case attack scenarios and predicting which bugs the suite will expose.
Generates runnable PHPUnit test suites for PHP code, attacking boundary values, unicode/emoji, timezone math, float money rounding, injection strings, and other edge cases.
Generates Python tests in the pytest framework, covering edge-case attack scenarios and predicting which bugs the suite will expose.
Generates runnable pytest test suites for Python code, attacking boundary values, unicode/emoji, timezone math, float money rounding, injection strings, and other edge cases.
Generates runnable RSpec test suites for Ruby code, attacking boundary values, unicode/emoji, timezone math, float money rounding, injection strings, and other edge cases.
Generates runnable cargo test suites for Rust code, attacking boundary values, unicode/emoji, timezone math, float money rounding, injection strings, and other edge cases.
Generates runnable TypeScript test suites using Jest, Vitest, or node:test, attacking edge cases such as boundary values, unicode/emoji, timezone/month-end math, float money rounding, double submits, and injection strings.
Generates JavaScript/TypeScript tests in the Vitest framework, covering edge-case attack scenarios and predicting which bugs the suite will expose.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@faultlinewrite tests for src/pricing.ts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Debugg AI MCP
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 centshalf-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.jsLanguages 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Generates unit tests for Python code with coverage before/after reports and concrete edge cases.
Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.
AI QA that runs your app in a browser on every pull request: projects, test targets, test cases.
Production-safety audits for AI-generated code, with a fix for every finding.
Related MCP Servers
- AlicenseDqualityDmaintenanceProvides tools for frontend testing including code analysis, test generation, test execution, and React component testing for Jest and Cypress frameworks.426MIT

Debugg AI MCPofficial
AlicenseAqualityAmaintenanceZero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.8181 npm68Apache 2.0- AlicenseNot gradedqualityDmaintenanceA multi-language testing automation server that enables AI assistants to discover, plan, and execute tests across six major programming languages. It provides comprehensive tools for repository scanning, automated test execution, and detailed coverage reporting.MIT
- AlicenseNot gradedqualityBmaintenanceAutonomous QA platform powered by Claude + Playwright that allows AI to write, run, and fix tests for any project.MIT