Grounding Enforcer
FreeNot checkedA standalone MCP server that validates model output against retrieved sources. It flags any claim, statistic, attribution, quote, or URL that cannot be traced b
About
A standalone MCP server that validates model output against retrieved sources. It flags any claim, statistic, attribution, quote, or URL that cannot be traced back to a real source.
README
Grounding Enforcer (MCP)
A standalone MCP server that validates model output against retrieved sources. It flags any claim, statistic, attribution, quote, or URL that cannot be traced back to a real source.
This repository contains the full implementation, including all grounding checks, violation logic, and output-cleaning modes. It runs independently and 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": { "grounding_enforcer": { "command": "python3", "args": ["/path/to/mcp-grounding-enforcer/server.py"] } } }
Modes
- strict — removes sentences containing ungrounded spans
- lenient — rewrites ungrounded spans with hedging
- all (default) — removes fabricated retrieval claims only
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-prompt-suppressor
- mcp-json-suppressor
- mcp-tool-response-suppressor
Installing Grounding Enforcer
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/steveswain14/mcp-grounding-enforcerFAQ
Is Grounding Enforcer MCP free?
Yes, Grounding Enforcer MCP is free — one-click install via Unyly at no cost.
Does Grounding Enforcer need an API key?
No, Grounding Enforcer runs without API keys or environment variables.
Is Grounding Enforcer hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Grounding Enforcer in Claude Desktop, Claude Code or Cursor?
Open Grounding Enforcer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Grounding Enforcer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
