Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub codescene-oss/codescene-mcp-server --plugin codesceneCopy 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
Share bugs, ideas, or general feedback.