# Moth for Generic MCP Clients Requirement: Node.js with npm/npx available. MCP command: ```bash npx -y @stfade/moth moth-mcp ``` Generic MCP config: ```json { "mcpServers": { "moth": { "command": "npx", "args": ["-y", "@stfade/moth", "moth-mcp"] } } } ``` Use `analyze_error` before fixing. Call `remember_fix_result` only after a fix was attempted, a verification command was run, and the result is clearly passed or failed.