code sentinel for Cursor
io.github.salrad22/code-sentinel
Code quality analysis MCP server - detects security issues, deceptive patterns, and placeholders
client:Cursor
transport:stdio
runtime:npm
Install code sentinel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-sentinel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"code-sentinel-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs