ai companion safety lint for Grok
io.github.jmshinhwa/ai-companion-safety-lint
Reads your companion chatbot's system prompt against California SB 243, New York GBL Article 47, Ill
client:Grok
transport:stdio
runtime:npm
Install ai companion safety lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ai-companion-safety-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/ai-companion-safety-lint"
]
}
}
}
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