A macOS menu bar app for managing MCP server configurations across AI agents (Claude Code, Claude Desktop, Gemini CLI, Codex CLI, and more).
curl -fsSL https://rayjohnson.github.io/mcp-inator/install.sh | bashThis downloads the latest release, installs it to /Applications, and clears the Gatekeeper quarantine flag automatically.
- Download the latest
mcp-inator-X.Y.Z.dmgfrom GitHub Releases - Open the DMG and drag mcp-inator to your Applications folder
- On first launch, macOS will block the app — right-click → Open to bypass, or run:
xattr -dr com.apple.quarantine /Applications/mcp-inator.app
curl -fsSL https://rayjohnson.github.io/mcp-inator/uninstall.sh | bashRemoves the app and its data. Your agent configurations (Claude, Gemini, etc.) are not touched.
Once installed, mcp-inator updates itself automatically via the built-in updater.
- macOS 13.0 or later
xcodegen generate
xcodebuild -project mcp-inator.xcodeproj -scheme mcp-inator -configuration Debug buildCopyright © 2026 Ray Johnson. All rights reserved.