Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXMEM_MODENoSelf for personal memory, team for sharedself
NEXMEM_BACKENDNoStorage backend: jsonl, sqlite, mongodb, postgres, redisjsonl
NEXMEM_READ_ONLYNoDisable write toolsfalse
NEXMEM_REDIS_URLNoRedis connection URLredis://localhost:6379/0
NEXMEM_TEAM_NAMENoTeam identifier (required for team mode)
NEXMEM_USER_NAMENoYour identity (defaults to OS username)
NEXMEM_JSONL_PATHNoPath to JSONL file~/.nexmem/memory.jsonl
NEXMEM_MONGODB_URINoMongoDB connection URImongodb://localhost:27017/nexmem
NEXMEM_SQLITE_PATHNoPath to SQLite database~/.nexmem/memory.db
NEXMEM_INSTRUCTIONSNoCustom instructions file path or inline text
NEXMEM_POSTGRES_URINoPostgreSQL connection URIpostgresql://localhost:5432/nexmem

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/arpanroy41/nexmem-mcp'

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