honest-reasoning-mcp
A self-hosted MCP server that provides tools for structured reasoning, confidence calibration, and detecting recurring gaps in AI outputs, aiming to reduce workload by improving verification and attention allocation.
README
Honest Reasoning Engine — MCP Connector
Free, self-hosted MCP server. Attach it to any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, etc.) to get three tools that push back against a specific, measured failure mode: AI usage that quietly increases your workload instead of reducing it (surface-plausible output that isn't actually verified, decisional over-trust in AI claims, and review attention spent on the wrong things).
Free for personal/non-commercial use, no redistribution — see
LICENSE.md. You run this yourself, with your own
OpenAI API key — nothing is sent to any server we operate.
Tools
honest_reason— structures any analysis/output-review/task around 4 disciplines: ruthless simplification, calibrated confidence labels (with a hard-coded guardrail — a model can't self-report "strong" confidence on fewer than 3 pieces of evidence, the code overrides it), falsification search, and honest limits.check_alignment_drift— logs everyhonest_reasoncall's "honest limits" locally, and detects when the same gap keeps recurring (e.g., "idempotency key never verified" showing up across many PRs). Pure embedding-similarity clustering, no LLM judgment, deterministic. Verified scope: catches literal/near-literal recurring gaps. Does not currently generalize across differently-worded gaps that share only an abstract category — that would need an added classification layer (not built yet).review_scope_card— turns a list of changed files/symbols (with reference counts you compute yourself, e.g. viagrep) into a deterministic attention budget: what's worth reading carefully vs. safe to skim, given limited review time.
Setup
npm install
Set your OpenAI key (required — this connects to your OpenAI account, you pay for your own usage):
export OPENAI_API_KEY=sk-... # macOS/Linux
$env:OPENAI_API_KEY = "sk-..." # Windows PowerShell
Optional env vars:
OPENAI_CHAT_MODEL(defaultgpt-4o-mini— cheaper; set togpt-4ofor higher quality)EMBED_MODEL(defaulttext-embedding-3-small)HONEST_REASONING_DATA_DIR(default~/.honest-reasoning— wherecheck_alignment_drift's local signal log lives)
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"honest-reasoning": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/index.js"],
"env": { "OPENAI_API_KEY": "sk-..." }
}
}
}
Claude Code / Cursor (or any client that reads .mcp.json)
{
"mcpServers": {
"honest-reasoning": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/index.js"],
"env": { "OPENAI_API_KEY": "sk-..." }
}
}
}
Verify it works
node test/smoke.mjs /tmp/honest-reasoning-test-data
Runs review_scope_card and check_alignment_drift without needing an API
key, plus confirms honest_reason gives a clear setup error if the key is
missing. With OPENAI_API_KEY set, it also exercises the live LLM call.
What this is not
Not a fact-checker, not a source of truth. It structures how an AI reasons about uncertainty — confidence labels, falsification conditions, disclosed limits — it does not verify facts against the world. Don't use it as the sole basis for financial, medical, legal, or safety-critical decisions.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.