mcpbeat Sign in

Safeprompt MCP Server

by safeprompt Your server? Claim it
local only

Safeprompt runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 12 · avg 6 · +52% w/w
a month agotoday
37
Installs / week
npm · @safeprompt.dev/mcp
2
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

File ships in the package but is absent from the source [пакет] src/index.ts:1
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: SAFEPROMPT_API_KEY (SafePrompt API key from https://dashboard.safeprompt.dev), SAFEPROMPT_PROVIDER (API base URL (default https://api.safeprompt.dev)), SAFEPROMPT_USER_IP (Value sent as X-User-IP for threat-intel tracking (default 203.0.113.1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Safeprompt

same job, measured the same way
GuardianShield
by sparkvibe-io

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

82 installs/wk local only
Phi Guard MCP
by abidit

Local-first PHI detection for source code, LLM prompts, logs, and analytics

80 installs/wk local only
D
LLM Red-Team Scanner
by workers-manhliemcn4euwlu-llmrt-companion

35-probe LLM/agent security red-team scan (injection, jailbreak, MCP abuse) with report.

4 tools answering
Pituitary
by dusk-network

Catch spec drift before it catches you. Detect overlap, stale docs, and code drift.

local only
Dora Register Lint
by jmshinhwa

24 checks on the register CSV before it reaches the supervisor — LEI check digits, ISO dates and cod

274 installs/wk local only
Copyright01
by whitemarmot

Copyright deposit API — protect code, text, and websites with Berne Convention proof

6 tools answering
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

37 installs/wk local only
Humantextpro
by humantextpro

AI text detection and humanization for Claude Code, Cursor, and Windsurf.

29 installs/wk local only

Safeprompt — questions

Answers built from our own checks of this server.

Why is there no uptime for Safeprompt?
Safeprompt 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 @safeprompt.dev/mcp was installed 37 times last week.
How do I connect Safeprompt?
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 @safeprompt.dev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Safeprompt?
The npm package @safeprompt.dev/mcp was installed 37 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Safeprompt open source?
Yes — it is published under the MIT licence, written in Python and 2 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.