21 days ago
MemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, updating, and scheduling these memories.
Server Config
{
"mcpServers": {
"memos-api-mcp": {
"timeout": 60,
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memtensor/memos-api-mcp"
],
"env": {
"MEMOS_API_KEY": "<YOUR-API-KEY>",
"MEMOS_USER_ID": "<YOUR-USER-ID>",
"MEMOS_CHANNEL": "MCPSO"
}
}
}
}