lintbase mcp for Grok
io.github.madia333/lintbase-mcp
Real-time Firestore schema context for AI coding agents. Stop hallucinating field names.
client:Grok
transport:stdio
runtime:npm
Install lintbase mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lintbase-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lintbase-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