@allenpan/harshjudge-mcp
v0.3.0
Published
AI-native E2E testing orchestration MCP server for Claude Code. Create, run, and manage end-to-end test scenarios with visual evidence capture.
Maintainers
Readme
@allenpan/harshjudge-mcp
AI-native E2E testing orchestration MCP server for Claude Code.
Installation
npm install -g @allenpan/harshjudge-mcpOr use with npx:
npx @allenpan/harshjudge-mcpClaude Code Configuration
Add to your Claude Code MCP settings:
{
"mcpServers": {
"harshjudge": {
"command": "npx",
"args": ["@allenpan/harshjudge-mcp"]
},
"playwright": {
"command": "npx",
"args": ["@anthropic/playwright-mcp-server"]
}
}
}MCP Tools
| Tool | Purpose |
|------|---------|
| initProject | Initialize HarshJudge in your project |
| saveScenario | Save a test scenario |
| startRun | Start a new test run |
| recordEvidence | Record test evidence |
| completeRun | Complete a test run |
| getStatus | Get project/scenario status |
| openDashboard | Start dashboard UI |
| closeDashboard | Stop dashboard |
| getDashboardStatus | Check dashboard status |
Usage
# In Claude Code
> Initialize HarshJudge in this project
> Create a login test scenario
> Run the login-flow scenarioDocumentation
License
MIT
