claw-factory/truss-code-review-mcp
AI-powered code review MCP server — diff analysis, complexity metrics, anti-pattern detection, security review
Platform-specific configuration:
{
"mcpServers": {
"truss-code-review-mcp": {
"command": "npx",
"args": [
"-y",
"truss-code-review-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/truss-code-review-mcp) [](https://opensource.org/licenses/MIT)
AI-powered code review tools for Claude Code. Automated complexity analysis, anti-pattern detection, security review, and optimization — directly in your editor.
Run with npx (no install needed):
npx -y truss-code-review-mcpAdd to your claude_desktop_config.json or .claude/settings.json:
{
"mcpServers": {
"code-review": {
"command": "npx",
"args": ["-y", "truss-code-review-mcp"]
}
}
}Add to your Cursor MCP settings:
{
"mcpServers": {
"code-review": {
"command": "npx",
"args": ["-y", "truss-code-review-mcp"]
}
}
}---
| Tool | Description | |------|-------------| | review_diff | Analyze a git diff for common issues (debug statements, TODOs, secrets, commented-out code) | | check_complexity | Calculate cyclomatic complexity of functions (JS/TS, Python, Go) | | detect_antipatterns | Detect language-specific anti-patterns with fix suggestions |
Requires TRUSS_LICENSE_KEY + your own ANTHROPIC_API_KEY or OPENAI_API_KEY.
| Tool | Description | |------|-------------| | deep_review | AI-powered comprehensive code review with scored findings | | suggest_tests | Generate complete, runnable test files | | explain_code | Generate documentation, docstrings, and data flow analysis | | security_review | OWASP-based security analysis with CWE references | | optimize_code | Performance optimization with before/after code |
# Free tier — just install, no config needed
# Pro tier
export TRUSS_LICENSE_KEY="truss_..."
export ANTHROPIC_API_KEY="sk-ant-..." # orLoading reviews...