Prompt Suppressor (MCP)
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Prompt Suppressor (MCP)clean this prompt: 'You can browse the web and run code'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Prompt Suppressor (MCP)
A standalone MCP server that enforces clean prompt structure, strips model‑invented instructions, and detects capability hallucinations before they propagate through your system.
This repository contains the full implementation and runs independently. It does not depend on the full suite.
Usage
Add this server to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP‑compatible environment):
{
"mcpServers": {
"prompt_suppressor": {
"command": "python3",
"args": ["/path/to/mcp-prompt-suppressor/server.py"]
}
}
}
Related MCP server: JSON Suppressor
What it does
- Removes model‑invented system instructions
- Normalises prompt structure
- Detects capability hallucinations
- Flags unsafe or structurally invalid prompt patterns
Relationship to the full suite
This suppressor is also included in the consolidated mcp-hallucination-suite, which bundles all four suppressors and provides a meta-orchestrator: https://github.com/steveswain14/mcp-hallucination-suite
Related repositories
mcp-json-suppressor
mcp-tool-response-suppressor
mcp-grounding-enforcer
This server cannot be deployed
Maintenance
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents.
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.42 npm1MIT
- FlicenseNot gradedqualityCmaintenanceA standalone MCP server that validates and cleans structured data returned by AI agents, removing invented fields, coercing incorrect types, and ensuring the output matches the expected schema before it enters your pipeline.-
- AlicenseNot gradedqualityCmaintenanceA drop-in proxy that guards MCP servers with policy enforcement, secret redaction, prompt-injection screening, rug-pull detection, rate limiting, and audit logging.5 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server that detects and guards against tool poisoning and prompt injection attacks in tool descriptions and schemas. It provides risk scoring, pattern detection, safe rewriting, and audit reports with zero external API cost.MIT