Odel
Repo Test Architect

Repo Test Architect

Local
@repoassayJavaScriptMITUpdated Yesterday

Audit-first test strategy MCP server for repository-native test planning.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrepo-test-architectv1.0.0-beta.2

Run

npx -y repo-test-architect

MCP client config

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