saor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAOR_API_KEY | Yes | Your saor.io API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| brain-start | Load the brain at session start. Call this automatically or when the user says 'load brain'. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| brain://context | The 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
- 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/ubajxn/saor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server