Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINDSYNC_HOMENoLocal data root~/.mindsync
MINDSYNC_SSH_HOSTNoSSH host; empty disables remote
MINDSYNC_REMOTE_ROOTNoRemote project root; empty disables remote
MINDSYNC_SSH_TIMEOUTNoSSH connect timeout (seconds)3
MINDSYNC_LOCK_TIMEOUTNoLocal lock wait (seconds)5
MINDSYNC_REMOTE_ENV_FILENoOptional file sourced on remote before commandsconfig/mindsync.env
MINDSYNC_FOCUS_STALE_SECSNoIgnore older focus entries7200
MINDSYNC_REMOTE_CACHE_TTLNoCache TTL for online probe30
MINDSYNC_REMOTE_TRUTH_SUBDIRNoMarkdown summaries directorycompiled-truth
MINDSYNC_REMOTE_WRITE_SCRIPTNoRelative to remote roottools/mindsync_fact.py
MINDSYNC_REMOTE_CONSOLIDATE_SCRIPTNoRelative to remote roottools/mindsync_consolidate.py

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_sync_contextB

Load local session state + compiled truth. Optionally pull remote truth first.

Offline-first: always returns local data even if remote is unreachable or disabled.

update_focusB

Update this agent's focus and warn on overlaps with other non-stale agents.

queue_durable_factB

Write a durable fact remotely if online; otherwise queue locally for later flush.

sync_offline_factsC

Flush the offline queue to remote, optionally consolidate + pull compiled truth.

pull_truthC

Pull compiled-truth markdown from the remote host into the local cache.

healthB

Report local paths, queue depth, and remote reachability.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityarya24/mindsync-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server