Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEM0_USER_IDNoUser ID for memory filteringjustin
MEM0_API_BASENoOpenMemory API (for writes)http://127.0.0.1:8765
MEM0_NEO4J_URLNoNeo4j Bolt endpointbolt://127.0.0.1:7687
MEM0_COLLECTIONNoQdrant collection nameopenmemory
MEM0_NEO4J_USERNoNeo4j usernameneo4j
MEM0_OLLAMA_URLNoOllama (for embeddings)http://127.0.0.1:11435
MEM0_QDRANT_URLNoQdrant REST APIhttp://127.0.0.1:6333
MEM0_EMBED_MODELNoEmbedding model namenomic-embed-text:latest
MEM0_NEO4J_PASSWORDNoNeo4j passwordmem0graph

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoriesA

Semantically search memories for relevant context.

Use this at the start of tasks to recall relevant preferences,
decisions, patterns, and facts from previous sessions.

Args:
    query: Natural language search query (e.g., "TypeScript preferences",
           "server architecture", "coding style")
add_memoryA

Store a new memory for future recall.

Use this to remember important facts, user preferences, architectural
decisions, project context, and lessons learned.

Args:
    text: The fact or information to remember (e.g., "Justin prefers
          TypeScript over Python for new projects")
list_memoriesA

List all stored memories for the current user.

Returns all memories from both Arc and Atlas in the shared store.

delete_memoryA

Delete a specific memory by its ID.

Args:
    memory_id: The full UUID of the memory to delete
search_graphA

Search the knowledge graph for entity relationships.

Finds entities matching the query and their connections.
Use this to understand relationships between people, projects,
technologies, and concepts.

Args:
    query: Entity or topic to search for (e.g., "Justin", "OpenClaw",
           "Hetzner server")
get_entityA

Get all relationships for a specific entity.

Returns both incoming and outgoing connections.

Args:
    name: The entity name (e.g., "Justin", "TypeScript", "Hetzner")

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tensakulabs/mem0-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server