Codesentinel runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm.
AI codebase health analysis: dead code, circular deps, coupling, architectural drift.
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 codesentinel -- npx -y @cubiczan/codesentinel-mcp
{
"mcpServers": {
"codesentinel": {
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.codesentinel]
command = "npx"
args = ["-y", "@cubiczan/codesentinel-mcp"]
{
"mcpServers": {
"codesentinel": {
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"codesentinel": {
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.