base image eol lint for Cursor
io.github.jmshinhwa/base-image-eol-lint
Marks every base image in your Dockerfiles, compose files and CI workflows whose security patches ha
client:Cursor
transport:stdio
runtime:npm
Install base image eol lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"base-image-eol-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/base-image-eol-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs