Odel
arkheia mcp

arkheia mcp

Local
@arkheiaai1PythonMITUpdated Yesterday

Detect fabrication and hallucination in any LLM output. 30+ models supported.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@arkheia/mcp-serverv0.1.4

Run

npx -y @arkheia/mcp-server

MCP client config

{
  "mcpServers": {
    "arkheia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@arkheia/mcp-server"
      ]
    }
  }
}