mccsync-mcp
Related Servers
Alternatives to mccsync-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceBrowse, search, rename, split, and clean up Claude Code sessions via MCP, Web UI, or VSCode extension.4 npm22MIT
- AlicenseNot gradedqualityCmaintenanceBridges Claude Code terminal sessions with Claude Chat by exposing session logs as tools, enabling seamless context transfer and two-way communication via a cooperative inbox and optional Google Drive sync.27 npm1MIT
- AlicenseNot gradedqualityDmaintenanceSyncs Claude Code sessions between machines with end-to-end encryption using a recovery phrase.4 npmMIT
- FlicenseAqualityCmaintenanceEnables web ChatGPT to drive durable, sandboxed Claude Code sessions on a local Mac, with controlled read, modify, verify, and recover operations via six session control tools.6-
- AlicenseAqualityDmaintenanceOrchestrates multiple Claude Code agents across iTerm2 sessions with process-level isolation, enabling collaborative AI development workflows on multiple codebases with task-based inter-agent communication and persistent state management.71MIT
- AlicenseAqualityBmaintenanceProvides comprehensive session management for Claude Code with automatic initialization/cleanup, quality checkpoints, and local conversation memory with semantic search for capturing learnings across coding sessions.6336 PyPI2BSD 3-Clause
TDQS
Scored across 4 tools
Each tool targets a clearly distinct operation: listing account status, searching sessions, syncing between accounts, and listing orphaned terminal-only transcripts. No two tools overlap in purpose, and the descriptions make the boundaries obvious.
list_accounts, find_sessions, and sync_sessions consistently follow a verb_noun pattern. terminal_only_sessions is a noun-phrase outlier that describes a category rather than an action, creating a minor but noticeable inconsistency.
Four tools is a compact but reasonable surface for a narrow utility focused on inspecting and syncing existing sessions. Each tool earns its place, and there is no redundancy or bloat.
The core workflows of listing accounts, finding sessions, and syncing between accounts are covered. However, terminal_only_sessions surfaces transcripts that must be adopted via an external `mccsync adopt` command, leaving that discovery-to-action path incomplete within the MCP server.