Official MCP server for endoflife.ai — software EOL dates, risk scores, and lifecycle intelligence for AI agents (Model Context Protocol)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"endoflife-mcp": {
"command": "npx",
"args": [
"-y",
"endoflife-ai/endoflife-mcp"
]
}
}
}
Run in terminal:
claude mcp add endoflife-mcp npx -y endoflife-ai/endoflife-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"endoflife-mcp": {
"command": "npx",
"args": [
"-y",
"endoflife-ai/endoflife-mcp"
]
}
}
}