Endoflife Server
БесплатноНе проверенProvides product lifecycle, release cycle, and End of Life (EOL) date information from endoflife.date.
Описание
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
Clone the repository:
git clone https://github.com/kemalbgskr/endoflife-mcp.git cd endoflife-mcpInstall dependencies:
npm installBuild 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
Установка Endoflife Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kemalbgskr/endoflife-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Endoflife Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
