M
MCP Upgrade
作者 @GeiserX
Universal upgrade tool for MCP servers across all AI coding clients
创建于 4/25/2026
更新于 about 5 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
docker run -i GeiserX/mcp-upgrade
Cursor 配置 (mcp.json)
{
"mcpServers": {
"geiserx-mcp-upgrade": {
"command": "docker",
"args": [
"run",
"-i",
"GeiserX/mcp-upgrade"
]
}
}
}