AI codebase health analysis: dead code, circular deps, coupling, architectural drift.
claude mcp add codesentinel -- npx -y @cubiczan/codesentinel-mcp
claude_desktop_config.json
{
"mcpServers": {
"codesentinel": {
"command": "npx",
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"codesentinel": {
"command": "npx",
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"codesentinel": {
"command": "npx",
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"codesentinel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"codesentinel": {
"command": "npx",
"args": [
"-y",
"@cubiczan/codesentinel-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Cubiczan--codesentinel/reviews or the review_server meta-tool.
POST /mcp