MCP server that mounts/unmounts other MCP servers at runtime — agent-driven, tools appear instantly via list_changed, no session restart.
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-hot-gateway": {
"command": "npx",
"args": [
"-y",
"zorahrel/mcp-hot-gateway"
]
}
}
}
Run in terminal:
claude mcp add mcp-hot-gateway npx -y zorahrel/mcp-hot-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-hot-gateway": {
"command": "npx",
"args": [
"-y",
"zorahrel/mcp-hot-gateway"
]
}
}
}