mcpbeat Sign in

Promptrejectormcp MCP Server

local only

Promptrejectormcp runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 18 May 2026.

Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities.

Installs per day peak 21 · avg 6 · -36% w/w
a month agotoday
24
Installs / week
npm · prompt-rejector
2
Stars
1 open issues
18 May 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

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.

                if (/\.ssh|id_rsa/i.test(path)) {

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

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Promptrejectormcp

same job, measured the same way
Agent Security Scanner MCP
by sinewaveai

Security layer for AI agents: blocks prompt injection, detects fake packages, scans vulnerabilities.

728 installs/wk local only
I
Agent Security Scanner
by mikehzp

Scan AI agents for tool-calling vulnerabilities: prompt leaks, hijacking, injections, and more.

113 installs/wk local only
AI Firewall MCP
by akhilucky

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

89 installs/wk local only
Bug Detector
by madhavi-opsera

Analyzes code for bugs, security vulnerabilities, and code smells

local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

176 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

local only
SecurityScan
by apisecurityscan

Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.

8 tools answering
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

46 installs/wk local only

Promptrejectormcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Promptrejectormcp?
Promptrejectormcp 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 prompt-rejector was installed 24 times last week.
How do I connect Promptrejectormcp?
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 prompt-rejector straight from npm; nothing to host, nothing to sign up for.
How many people use Promptrejectormcp?
The npm package prompt-rejector was installed 24 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Promptrejectormcp open source?
Yes — it is published under the ISC licence, written in TypeScript, 2 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.