Marks every base image in your Dockerfiles, compose files and CI workflows whose security patches ha
claude mcp add base-image-eol-lint -- npx -y @readystack/base-image-eol-lint
claude_desktop_config.json
{
"mcpServers": {
"base-image-eol-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/base-image-eol-lint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"base-image-eol-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/base-image-eol-lint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"base-image-eol-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/base-image-eol-lint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"base-image-eol-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/base-image-eol-lint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"base-image-eol-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/base-image-eol-lint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--base-image-eol-lint/reviews or the review_server meta-tool.
POST /mcp