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. Requires Docker to run a lightweight MDDB client.
Run this command to add the MCP server:
claude mcp add versions -- docker run -i --rm \ -e MDDB_REST_BASE_URL=https://mcp-versions.tradik.cloud \ -e MDDB_MCP_STDIO=true tradik/mddb:latest
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"versions": {
"command": "docker",
"args": ["run", "-i", "--rm",
"-e", "MDDB_REST_BASE_URL=https://mcp-versions.tradik.cloud",
"-e", "MDDB_MCP_STDIO=true",
"tradik/mddb:latest"]
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"versions": {
"command": "docker",
"args": ["run", "-i", "--rm",
"-e", "MDDB_REST_BASE_URL=https://mcp-versions.tradik.cloud",
"-e", "MDDB_MCP_STDIO=true",
"tradik/mddb:latest"]
}
}
}
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?"
Note: Docker runs a local MDDB client that connects to mcp-versions.tradik.cloud.