@mhdd_24/api-versioning-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@mhdd_24/api-versioning-mcpCompare my v1 and v2 API paths and suggest a versioning strategy."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@mhdd_24/api-versioning-mcp
Analyze API version compatibility.
Same architecture as @mhdd_24/sublime-mcp.
Full documentation: docs/WIKI.md
How it works (30 seconds)
You (chat) → MCP client → api-versioning-mcp → API Versioning APIs / CLIs / local toolsRelated MCP server: swagger-mcp
Prerequisites
Requirement | Notes |
Node.js 18+ | ESM TypeScript MCP server |
Credentials / CLIs | See environment variables below |
Install
Option A — npm (after publish)
npm install -g @mhdd_24/api-versioning-mcpOption B — npx
npx @mhdd_24/api-versioning-mcpOption C — clone and build
git clone https://github.com/Mhdd-24/API-Versioning-MCP.git
cd API-Versioning-MCP
npm install
npm run build
node dist/index.jsConfigure Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"apiver": {
"command": "npx",
"args": ["-y", "@mhdd_24/api-versioning-mcp"],
"env": {
"PROJECT_ROOT": "..."
}
}
}
}Local development:
{
"command": "node",
"args": ["/absolute/path/to/API-Versioning-MCP/dist/index.js"]
}Environment variables
Variable | Description |
| Default project/repository root |
Tools
Tool | Description |
| Health check for API Versioning MCP. |
| Compare two versioned API path lists. |
| Suggest versioning strategy notes. |
License
ISC
Related MCP Connectors
Detect breaking changes, generate changelogs, diff, and validate OpenAPI specs.
Drupal core API changes, contrib usage, upgrade readiness, patch verdicts, code search, SQL.
Check exact npm/PyPI upgrades for evidence-backed breaking changes; query APIs and components.
Detects database migration table locks, terraform cost leaks, and OWASP API flaws.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to browse, read, compare, and validate OpenAPI contracts for providers and consumers.1MIT
- AlicenseBqualityDmaintenanceEnables natural language exploration of OpenAPI/Swagger specs, allowing users to register APIs, browse endpoints, describe schemas, and detect breaking changes through conversational queries.9191 npmMIT
- FlicenseNot gradedqualityDmaintenanceProvides breaking changes analysis for libraries across multiple languages, enabling version upgrade planning, dependency audits, and migration reports through MCP tool access and expert workflows.-
- AlicenseAqualityCmaintenanceEnables AI clients to validate OpenAPI specs, compare versions, detect breaking changes, and generate changelogs.4MIT