byakugan for Cursor
io.github.jayofemi/byakugan
Private, on-device AI-text analysis including detection, AI-tell spans, and reuse overlap.
client:Cursor
transport:stdio
runtime:npm
Install byakugan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"byakugan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jayofemi/ai-checker"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs