Skip to content

v0.2.3 — multi-client install picker

Latest

Choose a tag to compare

@lakshyamehta03 lakshyamehta03 released this 17 May 14:28
· 13 commits to main since this release

uvx mcp-server-wayback --install now opens a numbered menu of supported MCP clients:

  • Claude Desktop
  • Claude Code (user-scope, ~/.claude.json)
  • Claude Code (project-scope, ./.mcp.json)
  • Cursor (project-scope, ./.cursor/mcp.json)
  • Windsurf
  • Zed (uses context_servers key)

Pass a client key explicitly for non-interactive use (e.g. --install claude-code-user). New --list-clients flag prints the registry. Same flag set works for --uninstall. No breaking changes — existing --install (no arg) still installs to Claude Desktop when stdin isn't a TTY.