mcpbeat Sign in

Grounded Reasoning MCP Server

by alexaquarius Your server? Claim it
local only

Grounded Reasoning runs on your own machine — the client starts it, so there is no endpoint to ping. 178 installs a week from pypi. Last commit 6 Jul 2026.

Verify multi-hop relational claims before an agent asserts them — zero tokens, with proof paths.

Installs per day peak 84 · avg 37 · -27% w/w
a month agotoday
178
Installs / week
pypi · grounded-reasoning
1
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    path = os.path.join(_CACHE, f"{split}_{n}.jsonl")
        drop += len((claimed & truth) - kept)

    lp = llm_tp / max(llm_tp + llm_fp, 1)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add grounded-reasoning -- uvx grounded-reasoning
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "grounded-reasoning": {
      "args": [
        "grounded-reasoning"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.grounded-reasoning]
command = "uvx"
args = ["grounded-reasoning"]
.cursor/mcp.json
{
  "mcpServers": {
    "grounded-reasoning": {
      "args": [
        "grounded-reasoning"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "grounded-reasoning": {
      "args": [
        "grounded-reasoning"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Grounded Reasoning

same job, measured the same way
Verirun
by baopeak

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

351 installs/wk local only
verimcp
by rudranaresh0201

Transparent MCP proxy that independently re-verifies tool-call claims before the Host trusts them.

122 installs/wk local only
MX Probe
by mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

899 installs/wk local only
N
Glyt
by glyt

Human-in-the-loop approval for agent actions, with verifiable action-bound receipts.

6 tools answering
GitPin
by shmindmaster

Prove and verify multi-repo claims at Git HEAD: path, line, full SHA, no index.

241 installs/wk local only
Warrant
by s0fractal

Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.

170 installs/wk local only
Verified Googledocs MCP
by michaelrobertsutton

MCP server for Google Docs with verified writes — every mutation returns before/after proof.

73 installs/wk local only
UK Break Clause Analyzer
by ankur-stockheads

Assess UK lease tenant break clauses with grounded citations and a measured hallucination rate.

64 installs/wk local only

Grounded Reasoning — questions

Answers built from our own checks of this server.

Why is there no uptime for Grounded Reasoning?
Grounded Reasoning runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package grounded-reasoning was installed 178 times last week.
How do I connect Grounded Reasoning?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls grounded-reasoning straight from pypi; nothing to host, nothing to sign up for.
How many people use Grounded Reasoning?
The pypi package grounded-reasoning was installed 178 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Grounded Reasoning open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.