Mem0 MCP Selfhosted
UnclaimedSelf-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.
Install
pip install -e ".[dev]"Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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.