Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Endoflife Server

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка Endoflife Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kemalbgskr/endoflife-mcp

FAQ

Endoflife Server MCP бесплатный?

Да, Endoflife Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Endoflife Server?

Нет, Endoflife Server работает без API-ключей и переменных окружения.

Endoflife Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Endoflife Server в Claude Desktop, Claude Code или Cursor?

Открой Endoflife Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Endoflife Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development