signalint for Grok
io.github.tranqui004/signalint
Local stdio MCP server for cached, loop-aware JS/TypeScript diagnostics (Oxlint, tsc, Biome).
client:Grok
transport:stdio
runtime:npm
Install signalint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"signalint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"signalint-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