{
  "markdown": "# AI Checker\n\nCheck whether writing reads as AI, on your own machine, then improve how it reads. Free and open source.\n\nTwo ways to use it.\n\n## 1. In your browser\n\nA static web app. Paste your text and get a read on how AI-like it sounds, with a plain-language explanation, a grammar pass, and a check against your own documents for reuse. Everything runs in the page, and nothing you paste leaves the browser.\n\nRun it locally:\n\n```\ncd site\nnpm install\nnpm run dev\n```\n\n## 2. Inside the AI you already use\n\nA mcp server for your AI assistant (Claude Desktop, an IDE, any MCP client). It gives that AI a detection read plus the exact phrases that read as AI, so your own AI can check and rewrite your writing, on your machine.\n\nFor Claude Desktop, add this to `claude_desktop_config.json` and restart:\n\n```json\n{\n  \"mcpServers\": {\n    \"ai-checker\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@jayofemi/ai-checker\"]\n    }\n  }\n}\n```\n\nClaude Code users can install it as a plugin instead: `/plugin marketplace add JayOfemi/byakugan`, then `/plugin install ai-checker@ai-checker`.\n\nThen tell your AI \"use ai-checker to check this text\" and paste what you want checked. Full setup, the tools, and how to verify it are in [mcp/README.md](mcp/README.md).\n\n## What to expect\n\nAI-text detection is a signal, not a verdict, and it is biased against non-native English writers. It is shown as a likelihood with its confidence, never a yes/no judgement. Stiff, even, stock-phrase-heavy writing reads high; varied, personal writing reads low. Use it on your own work.\n\n## Layout\n\n- `site/` - the browser checker, a static web app. See [site/README.md](site/README.md).\n- `mcp/` - the MCP server and TypeScript library. See [mcp/README.md](mcp/README.md).\n\nEach folder is its own package with its own build. Node 22 (`.nvmrc`).\n\n## License\n\nMIT. Copyright (c) 2026 Jay Ofemi.\n",
  "bytes": 1866,
  "sha": "e83176ccca2af92b017d2291019f14de6ae2d02fa0a5ef5c4d99aa348f459bf7",
  "repo_slug": "jayofemi/byakugan",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jayofemi_byakugan_502b8c6f/readme"
}