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 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