Back to directory
reexpressai/reexpress_mcp_server

reexpressai/reexpress_mcp_server

@ReexpressAI

Reexpress Model-Context-Protocol (MCP) Server for statistical verification of LLM outputs

mcpverificationstatisticalllmuncertaintysdmclaudeopenaitool

Installation & Configuration

{
  "mcpServers": {
    "reexpress": {
      "type": "stdio",
      "command": "/bin/bash",
      "args": [
        "-c",
        "source /path/to/your_conda_directory/etc/profile.d/conda.sh && conda activate re_mcp_v240 && source /path/to/your/llm_api_setup.sh && python /path/to/the/repo/code/reexpress/reexpress_mcp_server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12