Skip to main content
Glama
kemalbgskr
by kemalbgskr

Endoflife MCP Server

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.

Related MCP server: Repology MCP Server

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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to check software end-of-life dates and support status using the endoflife.date API, providing accurate information on software lifecycle, security status, and upgrade recommendations in real-time.
    Last updated
    5
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables users to search and retrieve package repository information from Repology through natural language. Supports searching projects, getting detailed package information, and checking repository problems across multiple Linux distributions and package managers.
    Last updated
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables querying package ecosystem data from ecosyste.ms, including package metadata, versions, security advisories, dependencies, and repository information across 40+ package registries with fast local SQLite lookups and API fallback.
    Last updated
    10
    416
    7
    MIT
  • F
    license
    A
    quality
    F
    maintenance
    Provides access to the endoflife.date API to query support and end-of-life information for thousands of software products. It enables users to retrieve detailed release schedules, lifecycle data, and product categories through natural language.
    Last updated
    7

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kemalbgskr/endoflife-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server