mccsync-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_accountsB | Every account index on this machine with its session count, which one is signed in, and whether the app is running. |
| find_sessionsA | Find sessions whose title, previous titles, working directory or id contain Returns, most recent first, the account, title, cwd, cli session id and the transcript path on disk, so the caller can open the transcript directly even when the session belongs to another account. |
| sync_sessionsB | Preview (default) or apply a sync between the two accounts that hold sessions.
|
| terminal_only_sessionsC | Transcripts that only the terminal |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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.