SemVer Calculator Connector for AI agents.
5 live capabilities
Automate software release versioning and dependency checks.
Waiting for input…
Why people use SemVer Calculator
SemVer Calculator for Precise Software Release Management
This Connector changes that by letting your AI client handle the logic. Just describe the change, and the agent calculates the correct next version. You get a reliable release cycle where the versioning is always correct and follows the standard.
What Vinkius changes
That you get precise, standard-compliant versioning without having to memorize the SemVer spec.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Determining the next hotfix number
A developer is unsure if a hotfix should be a patch or a minor bump.
- Real-world use case 02
Verifying dependency ranges
A CI/CD pipeline fails because a dependency version is outside the allowed range.
- Real-world use case 03
Ordering a messy release history
A project lead needs to sort a list of 50 different library versions.
Complete set · 5capabilities
The complete SemVer Calculator capability set.
These are the exact actions your AI can choose when you ask it to work with SemVer Calculator.
01—03
3 capabilities in this set.
Part of 5 available through SemVer Calculator.
- 01 Capability
Sort version list
Orders a list of version strings from lowest to highest precedence. This helps you organize release history or dependency lists quickly.
- 02 Capability
Check range satisfaction
Checks if a version string falls within a defined range like 2.3 or ~1.2.0. Use this to verify dependency compatibility.
- 03 Capability
Validate version
Verifies that a version string strictly follows the SemVer 2.0.0 syntax. This ensures your versioning stays consistent and standard-compliant.
04—05
2 capabilities in this set.
Part of 5 available through SemVer Calculator.
- 04 Capability
Calculate next version
Computes the next version string based on a requested major, minor, or patch bump. It removes the risk of human error during manual versioning.
- 05 Capability
Compare versions
Determines the precedence relationship between two specific version strings. It tells you exactly which version is newer or older.
Set up in minutes
One URL. Then ask SemVer Calculator to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SemVer Calculator from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SemVer Calculator, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SemVer Calculator for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SemVer Calculator URL.
- Step 03
Save and start
Save the connection and enable SemVer Calculator in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"semver-calculator": {
"url": "https://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SemVer Calculator
Open Agent mode in chat and ask: "Using SemVer Calculator, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"semver-calculator": {
"url": "https://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SemVer Calculator
Ask Copilot: "Using SemVer Calculator, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"semver-calculator": {
"url": "https://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SemVer Calculator
Open Cascade and ask: "Using SemVer Calculator, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"semver-calculator": {
"url": "https://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SemVer Calculator
Ask Cline: "Using SemVer Calculator, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add semver-calculator --transport http "https://edge.vinkius.com/vk_preview_yJEpNE57JcE1uyyKuo1JpnLMtFZJmcLXpXEbfESM/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SemVer Calculator
Ask Claude: "Using SemVer Calculator, show me...". 5 tools are ready
Where the request belongs
Work SemVer Calculator can move forward.
This is for the DevOps engineer who is tired of manual version bumping in CI/CD pipelines and the release manager who needs to ensure no breaking changes slip through due to incorrect versioning.
DevOps Engineer
Automating version increments in deployment scripts to ensure consistency across environments.
Release Manager
Auditing a long list of project dependencies to ensure they all meet the required version ranges.
Software Developer
Quickly checking if a new hotfix version correctly follows the previous patch.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSemVer Version Manager
Stop LLMs from guessing software versions. Deterministically evaluate semantic version bounds, compatibilities, and sort releases perfectly.
Semantic Version Constraint Solver
Resolves complex SemVer ranges against available versions.
SemVer Compatibility Checker
Verify if a target version satisfies a semantic versioning constraint and detect breaking changes.
Semantic Version Compatibility Checker
Verify if a target version satisfies semver constraints and identify breaking changes.
Dependency Version Conflict Detector
Identify and resolve versioning incompatibilities within dependency trees.
Conventional Commit Linter
Validate commit messages against Conventional Commates spec and determine SemVer impact.
Bring your own AI
Change the model, client or framework. Keep SemVer Calculator connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SemVer Calculator.
The practical details behind the request, access and result.
Can the SemVer Calculator handle pre-release tags like 'beta' or 'rc'?
Yes, it follows the full SemVer 2.0.0 spec, meaning it understands and validates complex tags like '1.0.0-alpha.1' or '2.0.0-rc.2'.
How does SemVer Calculator help with my CI/CD pipeline?
It allows your AI agent to automatically determine the next version number based on your commit notes, ensuring your automated deployments always have the correct version tag.
Can I use SemVer Calculator to sort a long list of versions?
Yes, you can give your agent a messy list of version strings and it will use the capability to put them in the correct order from lowest to highest precedence.
Will SemVer Calculator tell me if my dependencies are out of date?
It can check if a specific version satisfies a range (like ~1.2.0). You can ask your agent to verify if your current library versions fall within your allowed ranges.
What happens if I enter an invalid version string?
The capability will identify that the string doesn't follow the SemVer 2.0.0 syntax. This prevents you from accidentally using non-standard versioning in your project.
What is Semantic Versioning?
Semantic Versioning (SemVer) is a convention for version numbers that uses MAJOR.MINOR.PATCH format to communicate breaking changes, features, and bug fixes.
How can I check if a version is valid?
You can use the validate_version capability to verify that any string strictly adheres to the SemVer 2.0.0 syntax.
Can I automate version increments?
Yes, the calculate_next_version capability allows you to compute the next version based on a major, minor, or patch bump.
One connection away
Give your agent a direct line to SemVer Calculator.
Connect SemVer Calculator once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available