MCP Enabled via MDDB

Software Version Tracker

Real-time tracking of latest stable versions for popular development tools. Data available via MCP protocol.

Sort by:
Updated within 12h
Update pending
NEW Version changed within 24h
๐Ÿ™ GitHub
๐ŸฆŠ GitLab
Hub Docker Hub
๐Ÿ“‹ Changelog

Loading versions...

Connect to Claude via MCP

Access version data through MCP protocol. Direct SSE connection - no installation required.

Run this command to add the MCP server:

claude mcp add versions --transport sse https://mcp-versions.tradik.cloud/v1/events

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "versions": {
      "transport": "sse",
      "url": "https://mcp-versions.tradik.cloud/v1/events"
    }
  }
}

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "versions": {
      "transport": "sse",
      "url": "https://mcp-versions.tradik.cloud/v1/events"
    }
  }
}

Usage Example

Once connected, ask Claude:

"What is the latest version of Go?"
"Show me all tracked package versions"
"What's new in the latest Rust release?"