CI for ink stories — compile checks, exhaustive branch playtesting, dead-content detection. MCP server + CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"inkcheck": {
"command": "npx",
"args": [
"-y",
"chaoz23/inkcheck"
]
}
}
}
Run in terminal:
claude mcp add inkcheck npx -y chaoz23/inkcheck
Add to .cursor/mcp.json:
{
"mcpServers": {
"inkcheck": {
"command": "npx",
"args": [
"-y",
"chaoz23/inkcheck"
]
}
}
}