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
Add this configuration to connect Claude Desktop, Cursor, or other MCP clients to access version data.
Add to ~/.claude/claude_desktop_config.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"
]
}
}
}
Add to ~/.claude/settings.json or project .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"
]
}
}
}
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?"