Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Endoflife Server

FreeNot checked

Provides product lifecycle, release cycle, and End of Life (EOL) date information from endoflife.date.

GitHubEmbed

About

Provides product lifecycle, release cycle, and End of Life (EOL) date information from endoflife.date.

README

A Model Context Protocol (MCP) server that provides information about product lifecycles, release cycles, and End of Life (EOL) dates from endoflife.date.

Features

  • list_products: Get a list of all products supported by endoflife.date.
  • get_product_lifecycle: Retrieve all release cycles for a specific product (e.g., nodejs, python, ubuntu).
  • get_specific_cycle: Get detailed information for a specific version cycle of a product.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/kemalbgskr/endoflife-mcp.git
    cd endoflife-mcp
    
  2. Install dependencies:

    npm install
    
  3. Build the project:

    npm run build
    

Usage

Running Locally

You can run the server using node:

node build/index.js

Configuration for Claude Desktop

To use this server with Claude Desktop, add the following to your claude_desktop_config.json:

Windows

{
  "mcpServers": {
    "endoflife": {
      "command": "node",
      "args": ["C:/path/to/endoflife-mcp/build/index.js"]
    }
  }
}

macOS/Linux

{
  "mcpServers": {
    "endoflife": {
      "command": "node",
      "args": ["/path/to/endoflife-mcp/build/index.js"]
    }
  }
}

Tools

1. list_products

Lists all available product slugs.

  • Input: None

2. get_product_lifecycle

Gets the full lifecycle data for a product.

  • Arguments:
    • product (string, required): The slug of the product (e.g., nodejs).

3. get_specific_cycle

Gets detailed data for a specific version cycle.

  • Arguments:
    • product (string, required): Product slug.
    • cycle (string, required): Release cycle version (e.g., 20).

License

MIT

from github.com/kemalbgskr/endoflife-mcp

Installing Endoflife Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/kemalbgskr/endoflife-mcp

FAQ

Is Endoflife Server MCP free?

Yes, Endoflife Server MCP is free — one-click install via Unyly at no cost.

Does Endoflife Server need an API key?

No, Endoflife Server runs without API keys or environment variables.

Is Endoflife Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Endoflife Server in Claude Desktop, Claude Code or Cursor?

Open Endoflife Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Endoflife Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs