calllint for Grok
io.github.calllint/calllint
Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.
client:Grok
transport:stdio
runtime:npm
Install calllint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"calllint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"calllint-mcp"
]
}
}
}
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