mcpbeat Sign in

Cynicalsally MCP Server

local only

Cynicalsally runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 4 Jul 2026.

Brutally honest code reviews: scores, real issues, and usable fixes. CLI + MCP server.

Installs per day peak 98 · avg 14 · -62% w/w
a month agotoday
73
Installs / week
npm · @cynicalsally/cli
94
Stars
1 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            content = execSync(`gh pr diff ${safePr}`, { encoding: "utf-8", maxBuffer: 5_000_000 });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add cynicalsally -- npx -y @cynicalsally/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cynicalsally": {
      "args": [
        "-y",
        "@cynicalsally/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cynicalsally]
command = "npx"
args = ["-y", "@cynicalsally/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "cynicalsally": {
      "args": [
        "-y",
        "@cynicalsally/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cynicalsally": {
      "args": [
        "-y",
        "@cynicalsally/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cynicalsally

same job, measured the same way
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
MCP Gitlab
by vish288

MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review.

2 101 installs/wk local only
Code Reviewer AI MCP
by csoai-org

Code Reviewer Ai MCP Server by MEOK AI Labs

204 installs/wk local only
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Perforce P4 MCP Server
by perforce

Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams.

local only

Cynicalsally — questions

Answers built from our own checks of this server.

Why is there no uptime for Cynicalsally?
Cynicalsally runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cynicalsally/cli was installed 73 times last week.
How do I connect Cynicalsally?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cynicalsally/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Cynicalsally?
The npm package @cynicalsally/cli was installed 73 times in the last week. Week over week that is -62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cynicalsally open source?
Yes — it is published under the MIT licence, written in TypeScript, 94 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.