Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SYNAPSIS_DB_PATHNoOverride the default SQLite database location (defaults to .synapsis/synapsis.db)

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
searchC

Search knowledge, tasks, observations, entities, memory_layers, session, timeline, hf.

sessionD

Session lifecycle: init | observe | context | summarize | compress | tasks.

taskC

Task lifecycle: create | query | update | log | summary | export | compress.

For act="update": prefer the short parameter "sts" (introduced for token reduction on frequent status changes/handoffs). "status" is accepted as fallback for compatibility.

adminD

System admin: health | domain | orphan | vacuum | stats | index | checkpoint.

consolidateA

Distil unconsolidated observations into structured memory layers.

When auto=True (default), runs a lightweight auto-consolidation check that only triggers actual compression when clearly needed (>20 unconsolidated obs, obs older than 7 days, or >50 total obs in session). When auto=False, runs the full explicit consolidation as before.

hfD

Handoff: act=new (create) | act=get (read). Compact params: act, st, prio, tk, q.

d_setC

Register file path. Returns hash.

d_getC

Resolve hash. l=1: meta. l=2: +500ch. l=3: full.

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/teamolimpo/synapsis'

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