MCP Setup

Configure TrueMend as an MCP server in your IDE

TrueMend runs as an MCP (Model Context Protocol) server, allowing AI coding assistants to call TrueMend tools directly.

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"]
  }
}

Available MCP Tools

TrueMend exposes 22 MCP 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