MCP Server
Maintained
io.github.SolvoHQ/dependency-migration-mcp MCP Server
io.github.SolvoHQ/dependency-migration-mcp
What is the io.github.SolvoHQ/dependency-migration-mcp MCP server?
Through-the-upgrade dependency-migration briefs for LLM coding agents.
How to install io.github.SolvoHQ/dependency-migration-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dependency-migration-mcp": {
"command": "https://github.com/SolvoHQ/dependency-migration-mcp/releases/download/v0.1.2/dependency-migration-mcp-0.1.2.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dependency-migration-mcp": {
"command": "https://github.com/SolvoHQ/dependency-migration-mcp/releases/download/v0.1.2/dependency-migration-mcp-0.1.2.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dependency-migration-mcp": {
"command": "https://github.com/SolvoHQ/dependency-migration-mcp/releases/download/v0.1.2/dependency-migration-mcp-0.1.2.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dependency-migration-mcp": {
"type": "stdio",
"command": "https://github.com/SolvoHQ/dependency-migration-mcp/releases/download/v0.1.2/dependency-migration-mcp-0.1.2.mcpb",
"args": []
}
}
}Claude Code
claude mcp add dependency-migration-mcp -- https://github.com/SolvoHQ/dependency-migration-mcp/releases/download/v0.1.2/dependency-migration-mcp-0.1.2.mcpbRelated MCP servers
io.github.SolvoHQ/freshdeps-mcp
Maintained
Live npm/PyPI dependency-health verdicts so AI agents stop recommending stale or CVE'd packages
0
View repository →JavaScript
MIT
io.github.SolvoHQ/openunfurl
Maintained
Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL.
0
View repository →JavaScript
MIT
io.github.SolvoHQ/openworkdays
Maintained
Zero-signup business-day date-math API: add days, count days between dates, is-business-day.
0
View repository →JavaScript
MIT