# sebastianbergmann/version | Model Context Protocol (MCP) Server > Library that helps with managing the version number of Git-hosted PHP projects - **Stars**: ⭐ 6,579 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "version": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-version" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "version": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-version" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-version` - **Docker**: `docker run -i --rm mcp/version`