Odel
code sentinel

code sentinel

Local
@salrad223TypeScriptUpdated 8mo ago

Code quality analysis MCP server - detects security issues, deceptive patterns, and placeholders

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcode-sentinel-mcpv0.2.6

Run

npx -y code-sentinel-mcp

MCP client config

{
  "mcpServers": {
    "code-sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "code-sentinel-mcp"
      ]
    }
  }
}