mcpbeat Sign in

Safe Fix MCP Server

local only

Safe Fix MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 146 installs a week from pypi. Last commit 22 Aug 2026.

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

Installs per day peak 298 · avg 62
a month agotoday
146
Installs / week
pypi · safe-fix-mcp
1
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 12 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.

Runs an external command src/safe_fix_mcp/bloat_check.py:60, src/safe_fix_mcp/bloat_pr.py:55, [пакет] src/safe_fix_mcp/bloat_check.py:60 и ещё 1
    result = subprocess.run(

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 safe-fix-mcp -- uvx safe-fix-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "safe-fix-mcp": {
      "args": [
        "safe-fix-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.safe-fix-mcp]
command = "uvx"
args = ["safe-fix-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "safe-fix-mcp": {
      "args": [
        "safe-fix-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "safe-fix-mcp": {
      "args": [
        "safe-fix-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Safe Fix MCP

same job, measured the same way
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

328 installs/wk local only
uploads.sh
by uploads

Host files from coding agents; stage on a branch and attach to GitHub PRs.

1 418 installs/wk answering
Miromiro
by miromiro

Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.

326 installs/wk answering
Dead Simple Email
by deadsimple

Give an agent its own inbox: send, receive, and pull signup codes from real email.

1 104 installs/wk 14 tools answering
Ast Impact Mapper MCP
by vola-trebla

MCP server that uses TypeScript AST to find which tests are affected by a code change

49 installs/wk local only
Busca de CEP
by mcp-dir

Returns the postal code (CEP) and standardized address from the Brazilian Post from a given address.

7 tools answering
Mora AI
by mora-ai-content-studio

Codex guesses your brand voice. Mora AI gives it the real one: your catalogue and performance.

answering
Safeprompt
by safeprompt

Detect prompt injection, jailbreaks, and code injection in untrusted text before it reaches an LLM.

54 installs/wk local only

Safe Fix MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Safe Fix MCP?
Safe Fix MCP 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 pypi package safe-fix-mcp was installed 146 times last week.
How do I connect Safe Fix MCP?
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 safe-fix-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Safe Fix MCP?
The pypi package safe-fix-mcp was installed 146 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Safe Fix MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.