← Back to Plugins
MCP Server MCP

io.github.arkheiaai/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @arkheia/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@arkheia/mcp-server",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Arkheia API key (get one free at https://arkheia.ai)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ARKHEIA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...