Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 query, in any account.

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.

accounts names the pair as two uuid prefixes separated by a comma when more than two accounts exist. Applying is refused while the desktop app runs; the plan is returned either way.

terminal_only_sessionsC

Transcripts that only the terminal claude created and no account lists; mccsync adopt can add them.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness3/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues