A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ReexpressAI/reexpress_mcp_server below:

ReexpressAI/reexpress_mcp_server: Reexpress Model-Context-Protocol (MCP) Server

Reexpress Model-Context-Protocol (MCP) Server For Claude Opus 4 and MCP clients running on Linux or macOS (Sequoia 15 on Apple silicon)

Reexpress MCP Server is a drop-in solution to add state-of-the-art statistical verification to your complex LLM pipelines, as well as your everyday use of LLMs for search and QA for software development and data science settings. It's the first reliable, statistically robust AI second opinion for your AI workflows.

Simply install the MCP server and then add the Reexpress prompt to the end of your chat text. Anthropic's LLM model Claude Opus 4 will then check its response with the provided pre-trained Reexpress Similarity-Distance-Magnitude (SDM) estimator, which ensembles gpt-4.1-2025-04-14, o4-mini-2025-04-16-high, gemini-2.5-pro, and granite-3.3-8b-instruct (run locally), along with the output from Claude, and calculates a robust estimate of the predictive uncertainty against a database of training and calibration examples from the OpenVerification1 dataset. Unique to the Reexpress method, you can easily adapt the model to your tasks: Simply call the ReexpressAddTrue or ReexpressAddFalse tools after a verification has completed, and then future calls to the Reexpress tool will dynamically take your updates into consideration when calculating the verification probability. We also include the training scripts for the model, so that you can run a full retraining when more substantive changes are needed, or you want to use alternative underlying LLMs.

Note

In addition to providing you (the user) with a principled estimate of confidence in the output given your instructions, Claude itself can use the verification output to progressively refine its answer, determine if it needs additional outside resources or tools, or has reached an impasse and needs to ask you for further clarification or information. That's what we call reasoning with SDM verification --- an entirely new capability in the AI toolkit that we think will open up a much broader range of use-cases for LLMs and LLM agents, for both individuals and enterprises.

Data is only sent via standard LLM API calls to Anthropic, Azure/OpenAI, and Google; all of the processing for the SDM estimator is done locally on your computer. (Optionally, we highly recommend providing access to web search via your MCP client, such as via Claude Desktop or a web-search MCP server, or for closed-domain settings, access to domain-specific retrieval.) Reexpress MCP has a simple and conservative, but effective, file access system: You control which additional files (if any) get sent to the LLM APIs by explicitly specifying files via the file-access tools ReexpressDirectorySet() and ReexpressFileSet().

What's new in version 1.1.0

Version 1.1.0 adds a number of new capabilities:

The MCP server runs on Linux and macOS. The primary requirement is that the machine running the MCP server needs to be able to locally run ibm-granite/granite-3.3-8b-instruct (via the HuggingFace transformers library). This takes as input three short (typically less than 512 tokens) model explanations and only needs to generate 1 token, so the compute requirements are relatively modest in practice.

See INSTALL.md.

Tip

The Reexpress MCP server is straightforward to setup relative to other MCP servers, but we assume some familiarity with LLMs, MCP, and command-line tools. Our target audience is developers and data scientists. Only add other MCP servers from sources that you trust, and keep in mind that other MCP tools could alter the behavior of our MCP server in unexpected ways.

See CONFIG.md.

See documentation/HOW_TO_USE.md.

Generating static HTML with output from the tool call

See documentation/OUTPUT_HTML.md.

See documentation/GUIDELINES.md.

See documentation/FAQ.md.

Training and Calibration Data

See documentation/DATA.md.

Evaluation over OpenVerification1

See documentation/EVAL.md.

If you find this software useful, consider citing the following paper:

@misc{Schmaltz-2025-SimilarityDistanceMagnitudeUniversalVerification,
      title={Similarity-Distance-Magnitude Universal Verification}, 
      author={Allen Schmaltz},
      year={2025},
      eprint={2502.20167},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2502.20167}, 
}
  1. The output format has changed slightly since v1.0.0 used in the video. See What's new in version 1.1.0


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4