Audit-first test strategy MCP server for repository-native test planning.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Audit-first test strategy tooling for codebases.
Repo Test Architect builds a deterministic audit graph before asking any model or agent to reason about tests. The goal is to identify repo-native, high-value test work from facts the tool can inspect locally: project roots, framework signals, existing tests, source classifications, blockers, and remaining risk.
The current implementation can:
go.work members through a supported bounded adapter*.cs compile include, finite target-conditioned package shapes, bounded nearest-file build and central-package props, exact immutable test-field receivers, stable direct-call results, inline out results, framework exception and collection/string assertions, one-hop test helpers, and guarded well-known System type collisions, through a supported bounded .NET adapterNative test generation is intentionally deferred. generate_selected_test returns a structured deferred artifact until adapter-specific generation policy and repair-loop fixtures exist.
Repo Test Architect 1.0.0-beta.2 is available as an opt-in public beta on npm and the Official MCP Registry. The unqualified npm command remains on 0.3.0 while the beta is evaluated. Treat its findings as evidence-backed review input rather than an automatic instruction to change a repository. See the beta release notes.
Beta.2 adds experimental Dart/Flutter support and adapter trust fixes. The @beta commands below select beta.2; see the release notes and validation plan. Dart remains experimental, and native generation remains deferred.
Node.js 20 or newer is required.
Run the CLI without a global install:
Try the public beta without changing the default npm channel:
Or install the CLI and MCP server binaries:
Add the local stdio MCP server to an MCP-capable client:
To opt into the public beta, pin the npm beta channel in the MCP configuration:
The client launches the server locally. Repository source stays on the machine unless the client or another configured tool sends it elsewhere. Connected models receive instructions to start with analyze_repository for a general repository review. See MCP client config and agent install paths for global-install, local-checkout, and host-specific guidance.
For a human-readable review of the current repository:
analyze detects every project root, runs each supported adapter once, and derives the audit summary, top findings, candidate ranking, test plan, execution hints, project stats, and verification commands. Markdown stays compact; JSON preserves the complete evidence bundle:
Useful focused views:
| Goal | Command |
|---|---|
| Complete repository review | repo-test-architect analyze . |
| Concise architecture findings | repo-test-architect findings-projects . |
| Actionable cross-project plan | repo-test-architect plan-projects . |
| Raw reusable project audits | repo-test-architect audit-projects . --format json |
| Runtime readiness | repo-test-architect doctor |
Run repo-test-architect --help for the short command map or repo-test-architect <command> --help for options. The CLI reference documents the full surface.
For an MCP-connected model, the equivalent default is analyze_repository. Use narrower tools only when the request asks for one artifact or already supplies an audit artifact.
Available adapters:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/repo-test-architect)<a href="https://allmcps.com/mcp/repo-test-architect"><img src="https://allmcps.com/api/badge/repo-test-architect?style=directory" alt="Repo Test Architect on AllMCPs" /></a>