loading…
Search for a command to run...
loading…
AI memory server with 53 tools. Knowledge Graph, semantic search, session tracking, multi-agent support.
AI memory server with 53 tools. Knowledge Graph, semantic search, session tracking, multi-agent support.
Persistent, intelligent memory for AI agents. 53 MCP tools. Knowledge Graph included in every plan.
StudioMeyer Memory gives AI agents persistent memory across sessions. Instead of starting fresh every conversation, your agents learn, remember, and improve over time.
53 MCP tools for learning, search, knowledge graph, session tracking, multi-agent support, contradiction detection, and self-improvement.
Settings → Connectors → Add URL:
https://memory.studiomeyer.io/mcp
claude mcp add --transport http memory https://memory.studiomeyer.io/mcp
npx mcp-remote https://memory.studiomeyer.io/mcp
npx mcp-remote https://studiomeyer-memory.mcpize.run
For custom agents, scripts, and integrations:
# 1. Sign up
curl -X POST https://memory.studiomeyer.io/api/signup \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]"}'
# 2. Store a memory
curl -X POST https://memory.studiomeyer.io/api/learn \
-H "Authorization: Bearer nex_your_key" \
-H "Content-Type: application/json" \
-d '{"category": "insight", "content": "Users prefer dark mode"}'
# 3. Search
curl -X POST https://memory.studiomeyer.io/api/search \
-H "Authorization: Bearer nex_your_key" \
-H "Content-Type: application/json" \
-d '{"query": "user preferences"}'
| Method | Endpoint | Description |
|---|---|---|
POST |
/api/signup |
Create account, get API key |
GET |
/api/account |
Account info, plan, limits |
POST |
/api/learn |
Store a learning |
POST |
/api/search |
Search all knowledge |
POST |
/api/decide |
Log a decision |
POST |
/api/entity |
Create/update entity |
POST |
/api/import |
Import from ChatGPT/Claude/Gemini/Copilot/Perplexity |
POST |
/api/backfill |
Generate embeddings |
GET |
/api/export |
Export all data (Markdown) |
POST |
/api/checkout |
Upgrade plan (Stripe) |
Full API documentation: openapi.yaml
npm install @studiomeyer/memory-sdk (GitHub)pip install nex-memory (GitHub)LongMemEval v3: 90% (GPT-4o official scoring)
| System | Score |
|---|---|
| Mastra OM | 94.87% |
| Hindsight | 91.4% |
| StudioMeyer Memory | 90% |
| Zep/Graphiti | 71.2% |
| Mem0 | 49% |
| Plan | Price | Calls/Day | Learnings | Knowledge Graph |
|---|---|---|---|---|
| Free | $0 forever | 200 | 1,000 | ✅ |
| Pro | $29/mo | 5,000 | 25,000 | ✅ |
| Team | $49/mo | Unlimited | Unlimited | ✅ |
All 53 tools available in every plan. Knowledge Graph included from Free.
Compare: Mem0 charges $249/mo for Graph Memory. We include it for free.
GET /api/export anytimeSee the examples/ folder:
nex_guide("quickstart") via MCPStudioMeyer — AI agency based in Spain. Building intelligent systems since 2024.
MIT — see LICENSE. The memory server is a hosted service — this repository contains documentation and examples.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"studiomeyer-memory": {
"command": "npx",
"args": []
}
}
}