sql card data lint for Grok
io.github.jmshinhwa/sql-card-data-lint
Names every column, index, view and seed row in a .sql migration that stores card data, with its PCI
client:Grok
transport:stdio
runtime:npm
Install sql card data lint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sql-card-data-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/sql-card-data-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