Stats
Actions
Tags
From codescene
Runs local code analysis to detect technical debt, code smells, code smells, and maintainability issues in software projects. Provides health metrics and refactoring suggestions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"codescene": {
"command": "npx",
"args": [
"-y",
"@codescene/codehealth-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub codescene-oss/codescene-mcp-server --plugin codescene