LLMIntel Model Lifecycle
Rank #59,402ai.llmintel/model-lifecycle
Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to.
LLMIntel Model Lifecycle is a Model Context Protocol (MCP) server published by hivemindunit. It ranks #59,402 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. LLMIntel Model Lifecycle is listed on Official MCP, with 1 tracked version. It was first listed on Jul 28, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 56,189 of 115,591 servers on MCP Toplist.
Use LLMIntel Model Lifecycle
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http model-lifecycle https://llmintel.ai/v1/mcpclaude mcp add model-lifecycle -e "LLMINTEL_API_KEY=<your LLMINTEL_API_KEY>" -e "LLMINTEL_BASE_URL=<your LLMINTEL_BASE_URL>" -- npx -y @llmintel/mcpReplace each placeholder with your own value before saving.
[mcp_servers.model-lifecycle]
url = "https://llmintel.ai/v1/mcp"Add to ~/.codex/config.toml.
[mcp_servers.model-lifecycle]
command = "npx"
args = ["-y", "@llmintel/mcp"]
[mcp_servers.model-lifecycle.env]
LLMINTEL_API_KEY = "<your LLMINTEL_API_KEY>"
LLMINTEL_BASE_URL = "<your LLMINTEL_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://llmintel.ai/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"model-lifecycle": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"model-lifecycle": {
"url": "https://llmintel.ai/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"model-lifecycle": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"model-lifecycle": {
"type": "http",
"url": "https://llmintel.ai/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"model-lifecycle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"model-lifecycle": {
"serverUrl": "https://llmintel.ai/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"model-lifecycle": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"model-lifecycle": {
"url": "https://llmintel.ai/v1/mcp"
}
}
}{
"mcpServers": {
"model-lifecycle": {
"command": "npx",
"args": [
"-y",
"@llmintel/mcp"
],
"env": {
"LLMINTEL_API_KEY": "<your LLMINTEL_API_KEY>",
"LLMINTEL_BASE_URL": "<your LLMINTEL_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.llmintel%2Fmodel-lifecycle)<a href="https://mcptoplist.com/server/ai.llmintel%2Fmodel-lifecycle"><img src="https://mcptoplist.com/badge/ai.llmintel%2Fmodel-lifecycle.svg" alt="MCP Toplist: #59,402 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
hivemindunit
Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jul 28, 2026 |
Frequently asked questions
- Who maintains LLMIntel Model Lifecycle?
- LLMIntel Model Lifecycle is maintained by hivemindunit, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is LLMIntel Model Lifecycle listed on the Official MCP Registry?
- Yes — LLMIntel Model Lifecycle is listed on the Official MCP Registry.
- How many versions does LLMIntel Model Lifecycle have?
- MCP Toplist tracks 1 version of LLMIntel Model Lifecycle, most recently published on Jul 28, 2026.
- Where can I find the source code for LLMIntel Model Lifecycle?
- The source code for LLMIntel Model Lifecycle is hosted at github.com/hivemindunit/llmintel-mcp.