MCP.so
Sign In

Repo Test ArchitectVerifiedFeatured

@RepoAssay

About Repo Test Architect

Local-first, read-only MCP server for evidence-backed repository test architecture audits and test planning.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "repo-test-architect": {
      "command": "npx",
      "args": [
        "--yes",
        "repo-test-architect",
        "mcp"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is Repo Test Architect?

Repo Test Architect is a local-first, read-only MCP server for evidence-backed repository test architecture audits.

It detects project roots, maps existing source-to-test evidence, exposes blockers and weak coverage, and produces deterministic findings, candidate rankings, repository-native test plans, placement guidance, and verification commands.

Supported ecosystems

Bounded adapters are available for:

  • JavaScript and TypeScript
  • C# and .NET
  • Elixir
  • Go
  • Kotlin and JVM
  • PHP
  • Python
  • Ruby
  • Rust
  • Swift

Installation

{
  "mcpServers": {
    "repo-test-architect": {
      "command": "npx",
      "args": ["--yes", "repo-test-architect", "mcp"]
    }
  }
}

Node.js 20 or newer is required.

For a general repository review, connected models should begin with analyze_repository.

## Privacy and safety

Repository analysis runs locally. The MCP tools are read-only and do not contact external services. Source remains on the machine
unless the MCP host or another configured tool sends it elsewhere.

## Current status

Repo Test Architect is a public alpha. Findings are evidence-backed review input rather than automatic instructions to modify a
repository. Native test generation remains intentionally deferred.

Comments

More Developer Tools MCP servers