Codescene MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 4 297 installs a week from npm. Last commit 27 Jul 2026.
An MCP server that provides CodeScene Code Health analysis tools.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add codescene-mcp-server -- npx -y @codescene/codehealth-mcp
{
"mcpServers": {
"codescene-mcp-server": {
"args": [
"-y",
"@codescene/codehealth-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.codescene-mcp-server]
command = "npx"
args = ["-y", "@codescene/codehealth-mcp"]
{
"mcpServers": {
"codescene-mcp-server": {
"args": [
"-y",
"@codescene/codehealth-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"codescene-mcp-server": {
"args": [
"-y",
"@codescene/codehealth-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.