converts the old legacy code to latest code as per the user's need.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-legacy-to": {
"command": "npx",
"args": [
"-y",
"RajGITTY/mcp-server-legacy-to-latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-legacy-to npx -y RajGITTY/mcp-server-legacy-to-latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-legacy-to": {
"command": "npx",
"args": [
"-y",
"RajGITTY/mcp-server-legacy-to-latest"
]
}
}
}