Trinity Memory MCP Server
Allows PostgreSQL as a storage backend for the Trinity memory system, enabling persistent memory storage and retrieval.
Allows SQLite as a storage backend for the Trinity memory system, enabling local persistent memory storage.
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., "@Trinity Memory MCP Serverremember that user prefers dark mode"
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.
Trinity Memory — A Triune Architecture for AGI Long-Term Memory
A high-performance, production-ready persistent memory layer for AI agents. Trinity integrates 12+ state-of-the-art memory approaches into a unified architecture with 50-tier guardian chains, 47 retrieval channels, and multi-modal support.
中文版 README → README.zh.md
Quick Start
pip install trinity-memoryfrom trinity import Trinity
mem = Trinity()
mem.ingest("User prefers dark mode", tags=["preference", "ui"])
results = mem.search("user preference")
print(results)CLI
python -m trinity search --query "user preference" --top-k 5
python -m trinity diagnostics
python -m trinity bench --name mockMCP Server
{
"mcpServers": {
"trinity-memory": {
"command": "trinity-mcp",
"args": ["--mode", "stdio"]
}
}
}Related MCP server: Strata Memory MCP Server
Architecture
Trinity is built on three core layers, integrating cutting-edge memory research:
Layer | Component | Alignment |
Retrieval | BEAM-LIGHT (CB53) | ICLR 2026 BEAM Benchmark |
Exabase 3-Stage Retrieval (CB54) | LongMemEval 96.4% SOTA | |
Hindsight 4-Network (CB55) | BEAM 10M SOTA 64.1% | |
Zikkaron Hopfield (CB56) | Non-LLM SOTA 40.4% | |
Memory | Cascade Extraction (CB45-48) | ByteRover / Mem0 / Graphiti |
Relationship Management (CB49-52) | Supermemory / Mastra / MemMachine | |
Self-Optimization (CB57) | SelfMem July 2026 | |
Guardian | 50-Level Guardian Chain | Anti-Forgetting / Compression Audit |
Retrieval | 47 Fusion Channels | Semantic / Graph / Exact / Hybrid |
Benchmarks
Metric | Mem0 | Trinity | Improvement |
P50 Latency | 110ms | 21ms | 5.2x faster |
P95 Latency | 280ms | 45ms | 6.2x faster |
LongMemEval | 72% | 96.4% | +24% |
BEAM 10M | 52% | 64.1% | +12% |
Features
Multi-Modal: Text, image, and audio memory in a unified interface
Multi-Tenant: Three-level isolation (
persona_id/session_id/tenant_id)47 Retrieval Channels: Progressive cascading from 0.05ms P50
50-Level Guardian Chain: L1-L50 with reasoning drift detection
MCP Support: Standard Model Context Protocol (stdio + SSE)
REST API: FastAPI with 8 endpoints + Web Dashboard
Multiple Backends: SQLite, PostgreSQL, ChromaDB, Vectile
Self-Evolution: Auto-curricula, Engram memory, Consolidation sleep
Knowledge Graph: Semantic / Relational / Temporal graph queries
Docker Ready:
docker compose up -dfor one-click deployment
Deployment
Docker
docker build -t trinity-memory .
docker run -d -p 8100:8100 -p 8000:8000 -v /data:/data trinity-memoryDocker Compose
docker compose up -dREST API
# Write memory
curl -X POST http://localhost:8100/memories \
-H "Content-Type: application/json" \
-d '{"content":"User info","importance":0.8}'
# Search memory
curl "http://localhost:8100/search?q=user&top_k=5"Commercial
Product | Pricing | Use Case |
MCP Server | Free & Open Source | AI Agent integration |
SaaS API | Pay-as-you-go | Application development |
Enterprise Deployment | License | Compliance requirements |
Documentation
Full documentation: https://trinity-tick.github.io/trinity
License
MIT License — free for commercial and non-commercial use.
Star History
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/trinity-tick/trinity'
If you have feedback or need assistance with the MCP directory API, please join our Discord server