Odel
byakugan

byakugan

Local
@jayofemiTypeScriptMITUpdated 4 days ago

Private, on-device AI-text analysis including detection, AI-tell spans, and reuse overlap.

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@jayofemi/ai-checkerv1.0.0

Run

npx -y @jayofemi/ai-checker

MCP client config

{
  "mcpServers": {
    "byakugan": {
      "command": "npx",
      "args": [
        "-y",
        "@jayofemi/ai-checker"
      ]
    }
  }
}