Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Grounding Enforcer

БесплатноНе проверен

A standalone MCP server that validates model output against retrieved sources. It flags any claim, statistic, attribution, quote, or URL that cannot be traced b

GitHubEmbed

Описание

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

Version License Release

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

from github.com/steveswain14/mcp-grounding-enforcer

Установка Grounding Enforcer

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/steveswain14/mcp-grounding-enforcer

FAQ

Grounding Enforcer MCP бесплатный?

Да, Grounding Enforcer MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Grounding Enforcer?

Нет, Grounding Enforcer работает без API-ключей и переменных окружения.

Grounding Enforcer — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Grounding Enforcer в Claude Desktop, Claude Code или Cursor?

Открой Grounding Enforcer на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Grounding Enforcer with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development