Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoVerbosity of the server logs (e.g., info, debug, warn, error).
REDIS_URLNoRedis connection URL (e.g., redis://localhost:6379). If not provided, the server uses an embedded Redis instance.
MEM0_API_KEYNoAPI key for cloud backup and synchronization from mem0.ai. While the server can run locally without it, cloud features require this key.
MEM0_USER_IDNoDefault user identifier for stored memories.
CACHE_STRATEGYNoCache management strategy. Options typically include: aggressive, balanced, or conservative.
MAX_CONNECTIONSNoMaximum number of connections in the pool.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_memoryB

Add memory with async processing and intelligent caching. Returns immediately while processing in background.

search_memoryC

Hybrid search with intelligent cache/cloud routing and relevance scoring

get_all_memoriesB

Get all memories with hybrid cloud/cache intelligence and pagination support

delete_memoryB

Delete memory with automatic cache invalidation

deduplicate_memoriesC

Find and merge duplicate memories

optimize_cacheC

Optimize cache with intelligent memory promotion and cleanup

cache_statsA

Get detailed cache performance statistics and health metrics

sync_statusB

Check background sync and job queue status

extract_entitiesB

Extract entities and relationships from text using NLP

get_knowledge_graphB

Get memories organized as a knowledge graph with entities and relationships

find_connectionsC

Find connections between entities in the knowledge graph

import_memoriesB

Bulk import memories from mem0 API or JSON file

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/n3wth/r3'

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