agentic-test-runner

imyousuf/agentic-test-runner
★ 12 stars Go Code/Dev Tools Updated 1d ago ✗ Risk
A test runner which will run a test and debug the test failure with a MCP server, allowing coding context to remain clean
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-test-runner": {
      "command": "go",
      "args": [
        "run",
        "github.com/imyousuf/agentic-test-runner@latest"
      ]
    }
  }
}