Mem0 MCP Selfhosted
未申請Self-hosted mem0 MCP server for Claude Code. Run a complete memory server against self-hosted Qdrant + Neo4j + Ollama while using Claude as the main LLM.
インストール
pip install -e ".[dev]"未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(11個)
add_memory
Store text or conversation history as memories. Supports enablegraph, infer, metadata.
delete_all_memories
Bulk-delete all memories in a scope.
delete_entities
Cascade-delete an entity and all its memories.
delete_memory
Delete a single memory by UUID.
get_entity
Get all relationships for an entity (bidirectional: incoming + outgoing).
get_memories
List/filter memories (non-search). Supports limit and scope filters.
get_memory
Fetch a single memory by UUID.
list_entities
List users/agents/runs with memory counts. Uses Qdrant Facet API.
search_graph
Search Neo4j entities by name substring. Returns entities + outgoing relationships.
search_memories
Semantic search with optional filters, threshold, rerank, enablegraph.
update_memory
Replace memory text. Re-embeds and re-indexes in Qdrant.