Skip to main content
Glama
steveswain14

Prompt Suppressor (MCP)

by steveswain14

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

  }

  }

}

Related MCP server: guardrails-mcp-server

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

  • mcp-json-suppressor

  • mcp-tool-response-suppressor

  • mcp-grounding-enforcer

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.
    45
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A drop-in proxy that guards MCP servers with policy enforcement, secret redaction, prompt-injection screening, rug-pull detection, rate limiting, and audit logging.
    12
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

  • Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steveswain14/mcp-prompt-suppressor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server