crypto export notice lint for Cursor
io.github.jmshinhwa/crypto-export-notice-lint
Ten checks on the export paragraph of a repository that ships encryption
client:Cursor
transport:stdio
runtime:npm
Install crypto export notice lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crypto-export-notice-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/crypto-export-notice-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs