byakugan for VS Code
io.github.jayofemi/byakugan
Private, on-device AI-text analysis including detection, AI-tell spans, and reuse overlap.
client:VS Code
transport:stdio
runtime:npm
Install byakugan in VS Code
.vscode/mcp.json
{
"servers": {
"byakugan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs