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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
recallA

Retrieve relevant persisted memory using semantic, temporal, priority, or hybrid routing. Governance: requires reason (10–200 chars). Rate limit: 20/min.

save_to_synapseA

Persist memory with encryption at rest, sanitization, and deduplication controls.

process_textA

Extract candidate memories from free-form text with governance filters and sanitization.

searchA

Search persisted memory across agent scopes using full-text matching. Governance: requires reason (10–200 chars) because results contain plaintext content.

health_checkA

Check service availability, engine version, and storage health. Public method.

initialize_contextA

Initialize a persistent memory context for a conversation or agent session. Returns REDACTED metadata by default (detail="summary"). Use detail="full" with a reason (10–200 chars) to retrieve plaintext content under MEMORY_EXPORT_GOVERNANCE_V1.

save_memoryC

Save a memory entry to the persistent store. Alias of save_to_synapse.

store_memoryB

Store structured memory with metadata and trust scoring.

recall_memoryA

Recall persisted memory by query. Alias of recall.

list_memoriesA

List memory metadata with pagination and governance limits.

memory_feedbackA

Submit feedback to adjust trust scoring for stored memories.

neural_handoverA

Transfer contextual state between agents with continuity controls.

slo_reportB

Return uptime and SLO metrics for the MCP service.

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/SynapseLayer/synapse-layer'

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