synapse-layer
OfficialServer 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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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