cynicalsally for Cursor
io.github.w1ckedxt/cynicalsally
Brutally honest code reviews: scores, real issues, and usable fixes. CLI + MCP server.
client:Cursor
transport:stdio
runtime:npm
Install cynicalsally in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cynicalsally": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cynicalsally/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs