Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SAOR_API_KEYYesYour saor.io API key

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": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
brain_contextA

Load the brain — identity, soul, memories, constraints, agent instructions. Call this at the START of every session. The brain carries forward everything from prior sessions so you never start cold. Use scope='all' to think across all brains at once.

brain_rememberA

Write a memory to the brain. Do this CONTINUOUSLY as you work — not at the end. When the operator makes a decision, shares a preference, or you learn something useful, write it immediately. Tag every memory so the brain can auto-link it to related knowledge across all brains. The brain compounds: every memory you write makes the next session smarter.

brain_queryA

Ask the brain a specific question. Returns a synthesized answer from the brain's knowledge. Use this when you need to recall something specific — a prior decision, a preference, a pattern.

brain_identityA

Load the brain's identity — voice, values, positioning, audience, strategies, preferences. Lighter than brain_context. Use when you need the brand voice without the full memory load.

brain_memoriesB

List memories in the brain, optionally filtered by type, tier, or tags. Use to understand what the brain already knows before writing new memories — avoid duplicates.

brain_listA

List all brains in the workspace. Use to discover available brains and their IDs. Each brain is a lens on the operator's knowledge — use scope='all' on brain_context to think across all of them.

brain_absorbA

Feed raw text into the brain — CLAUDE.md files, brand guidelines, system prompts, meeting notes. The brain structures it into memories, strategies, and knowledge automatically.

brain_feedbackA

Report an outcome back to the brain — what worked, what didn't, metrics. Creates a performance memory that helps the brain learn what's effective over time.

brain_createA

Create a new brain for a new project, client, or domain. Each brain is a lens — the operator's knowledge flows across all of them via shared tags and cross-brain context.

Prompts

Interactive templates invoked by user choice

NameDescription
brain-startLoad the brain at session start. Call this automatically or when the user says 'load brain'.

Resources

Contextual data attached and managed by the client

NameDescription
brain://contextThe brain's full context across all projects — identity, soul, memories, constraints, agent instructions. This resource is the brain. Read it at session start. Follow the agent_instructions inside it.

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/ubajxn/saor-mcp'

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