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 targetstruemend_audit— Quick audit with findingstruemend_improve— Analyze, fix, validate, re-scoretruemend_next— Get highest-impact issue to fixtruemend_loop— Auto-advancing fix looptruemend_review— Subjective code reviewtruemend_cost— Estimate remediation costtruemend_predict— Predict quality trajectorytruemend_dashboard— Quality dashboard viewtruemend_report— Generate reports