Spec Migrator 2511
About
MCP Spec 2025-11-25 migration toolkit: detect, diff, compatibility-matrix, plan, check. Foundation pillar by StudioMeyer (MCP Factory).
Details
- Author
- studiomeyer-io
- Downloads
- 198
Jump to
- --apply flag (auto-applying patches). Separate build, intentionally deferred
- Python-SDK MCP servers. v2
- Live spec fetch at runtime. Spec data is committed as code
- Hosted SaaS wrapper. CLI + library only
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Spec Migrator 2511Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README includes setup instructions such as npx mcp-spec-migrator detect /path/to/your-mcp-server.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"spec migrator 2511": {
"mcp-spec-migrator-2511": {
"command": "npx",
"args": [
"mcp-spec-migrator",
"detect",
"/path/to/your-mcp-server"
]
}
}
}
}
McpServers
{
"mcp-spec-migrator-2511": {
"command": "npx",
"args": [
"mcp-spec-migrator",
"detect",
"/path/to/your-mcp-server"
]
}
}
mcp-spec-migrator
<!-- badges -->
<!-- /badges -->Codemod and compatibility-matrix tool for migrating MCP server repos across spec versions.
Detects which MCP spec a repo targets, computes the diff to a target version, generates a MIGRATION.md plan, and verifies completion. Read-only — never writes patches into your repo.
A note from us
We have been building tools and systems for ourselves for the past two years. The fact that this repo is small and has few stars is not because it is new. It is because we only just decided to share what we have built. It is not a fresh experiment, it is a long story with a recent commit.
We love building things and sharing them. We do not love social media tactics, growth hacks, or chasing stars and followers. So this repo is small. The code is real, it gets used, issues get answered. Judge for yourself.
If it helps you, sharing, testing, and feedback help us. If it could be better, an issue is more useful. If you build something with it, tell us at hello@studiomeyer.io. That genuinely makes our day.
From a small studio in Palma de Mallorca.
Install
```bash
npm install -g mcp-spec-migrator
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


