loading…
Search for a command to run...
loading…
One terminal command. Every MCP-aware IDE configured.
curl -fsSL https://unyly.org/install | sh -s -- install gmailReplace gmail with any MCP slug. Find slugs in the catalog URL: /mcp/<slug>.
That single command does three things: (1) installs the unyly CLI to ~/.local/bin, (2) detects every MCP-aware IDE on your machine, (3) merges the new server into all of them safely.
Don't want a terminal? On the install modal you'll find:
claude mcp add command.claude_desktop_config.json, restart.The bash script is short and inspectable. View source any time:
curl -fsSL https://unyly.org/api/install/gmailIt uses python3 to safely merge JSON — your existing MCP servers are not touched.
unyly remove gmailWe never read your existing config or send anything off your machine — the script writes only the entry for the MCP you asked for. Source is on GitHub.