hefesto

JonnasFigueiredo/hefesto
★ 5 stars Java AI/LLM Updated 13d ago
AI-assisted QA/PO platform and MCP server. Turns requirements (text or screenshot) into Jira stories, test cases and a coverage report. Works via web UI and natural language over MCP.
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": {
    "hefesto": {
      "command": "npx",
      "args": [
        "-y",
        "JonnasFigueiredo/hefesto"
      ]
    }
  }
}