sql card data lint for Cursor
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:Cursor
transport:stdio
runtime:npm
Install sql card data lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sql-card-data-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/sql-card-data-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs