byakugan for Grok
io.github.jayofemi/byakugan
Private, on-device AI-text analysis including detection, AI-tell spans, and reuse overlap.
client:Grok
transport:stdio
runtime:npm
Install byakugan in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"byakugan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs