saor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@saor-mcpRemind me what we know about the Q3 launch plan."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
saor-mcp
Your AI remembers now. MCP server for saor.io — persistent brain that compounds across every session.
Setup
One command. No config files to edit.
npx saor-mcp --setup --key sk_YOUR_KEYThis writes your .mcp.json and adds brain instructions to CLAUDE.md. Restart your AI tool and the brain loads automatically. Every project feeds the same brain.
Related MCP server: mem0-agent-memory
What it does
Every AI tool forgets between sessions. saor gives them a brain.
Read — load the brain at session start. Identity, voice, memories, constraints, agent instructions. You pick up where the last session left off.
Write — save memories as you learn. Tag them. The brain auto-links related knowledge across all your projects.
Compound — memories that get used get stronger. Unused ones fade. The brain behaves like a real brain.
Tools
Tool | What it does |
| Load the full brain. Call at START of every session. |
| Write a memory with tags. Do this CONTINUOUSLY as you work. |
| Ask the brain a question. |
| Load voice, values, positioning (lighter than full context). |
| List stored memories, filtered by type or tier. |
| Feed raw text — CLAUDE.md, brand docs, READMEs. |
| Report what worked. Performance memories shape future recall. |
| Create a new brain for a new project. |
| List all brains in your account. |
Features
Zero config — no project ID needed. Auto-discovers your brains.
Cross-brain context —
scope: "all"thinks across every brain at once.Tags + auto-linking — memories link by tag overlap across all projects.
Background loading — MCP resource auto-surfaces the brain without explicit calls.
Agent-friendly 429 — when the free limit hits, the error message tells you exactly what to say to your human.
Pricing
Free — unlimited brains, unlimited reads, 200 memory writes/month
Pro — $3/month, unlimited everything
Manual config
If you prefer manual setup over --setup:
{
"mcpServers": {
"saor": {
"command": "npx",
"args": ["-y", "saor-mcp"],
"env": {
"SAOR_API_KEY": "sk_your_key"
}
}
}
}Links
saor.io — sign up, get your key
For AI agents — if you're an AI reading this
API docs — LLM-readable overview
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for long-term agent memory, providing persistent memory, searchable knowledge, and evolving identity for AI agents.Last updated53Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that provides persistent memory capabilities for AI agents using Mem0, enabling storage, search, and management of contextual information across conversations with support for multiple backends and LLM providers.Last updatedMIT
- Alicense-qualityBmaintenanceA shared memory MCP server for AI agents that provides persistent, semantic memory across sessions and tools, enabling long-term recall and context sharing.Last updated111MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
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