← Index

io.github.arkheiaai/mcp-server

io.github.arkheiaai/mcp-server·v0.1.4·AI & LLMs
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arkheia/mcp-server"
      ],
      "env": {
        "ARKHEIA_API_KEY": "<your-arkheia_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arkheia/mcp-server"
      ],
      "env": {
        "ARKHEIA_API_KEY": "<your-arkheia_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @arkheia/mcp-server
§02  Environment variables
ARKHEIA_API_KEY
requiredsecret

Your Arkheia API key (get one free at https://arkheia.ai)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs