Memos
@MemTensor
Memos について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"memos-api-mcp": {
"timeout": 60,
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memtensor/memos-api-mcp"
],
"env": {
"MEMOS_API_KEY": "<YOUR-TOKEN>",
"MEMOS_USER_ID": "<YOUR-USER-ID>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MemOS?
MemOS is an open-source Agent Memory framework that equips AI agents with long-term memory, personality consistency, and contextual recall across sessions. It provides a unified API for memory representation, retrieval, and update, and is designed for AI companions, role-playing NPCs, and multi-agent systems.
How to use MemOS?
You can use MemOS via the free online API (sign up on the MemOS dashboard), by self-hosting a server with git clone and uvicorn memos.api.server_api:app, or by installing the local SDK with pip install MemoryOS. Example code demonstrates creating a MemCube or using the higher-level MOS orchestrator to store and retrieve memories for a user.
Key features of MemOS?
- Memory-Augmented Generation (MAG) unified API
- Modular MemCube architecture with multiple memory types
- Textual, activation (KV cache), and parametric memory
- Extensible with custom modules and data sources
- Millisecond-level async memory addition (v1.1.3)
Use cases of MemOS?
- AI companions that remember past conversations and user preferences
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント