Coding assistants

Connect TrueMend to Claude Code, Cursor, and other agents

TrueMend plugs into the coding assistant you already use. The blocks below are the real configs.

Claude Code

Add to your .claude/settings.json:

{
  "mcpServers": {
    "truemend": {
      "command": "python",
      "args": ["truemend_mcp.py"],
      "type": "stdio"
    }
  }
}

Cursor

Add to your Cursor MCP configuration:

{
  "truemend": {
    "command": "python",
    "args": ["/path/to/truemend_mcp.py"]
  }
}

What the assistant can call

TrueMend exposes these tools, including:

  • truemend_analyze — Run full analysis on targets
  • truemend_audit — Quick audit with findings
  • truemend_improve — Analyze, fix, validate, re-score
  • truemend_next — Get highest-impact issue to fix
  • truemend_loop — Auto-advancing fix loop
  • truemend_review — Subjective code review
  • truemend_cost — Estimate remediation cost
  • truemend_predict — Predict quality trajectory
  • truemend_dashboard — Quality dashboard view
  • truemend_report — Generate reports