Prompt Suppressor (MCP) logo

Prompt Suppressor (MCP)

steveswain14/mcp-prompt-suppressor
0 starsNOASSERTIONUpdated 2026-03-05Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A standalone MCP server that enforces clean prompt structure, strips model‑invented instructions, and detects capability hallucinations before they propagate through your system.

README.md

!Version !License !Release

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"]

  }

  }

}

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.