Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANGNoSystem locale variable used as fallback for language detection.
LC_ALLNoSystem locale variable used as fallback for language detection.
HF_HOMENoHugging Face cache home directory. Used to relocate model cache.
MNELO_MEMORY_LANGNoLocale for user-facing messages. Auto-detected from MNELO_MEMORY_LANG, LC_ALL, LANG, then defaults to en.en
HUGGINGFACE_HUB_CACHENoSpecific cache directory for Hugging Face Hub models.
MNELO_MEMORY_SERVER_PORTNoTCP port for the MCP SSE server.8086
MNELO_MEMORY_EMBEDDER_DIMNoDimension of the embedding model. Must match the model's expected dimension.512
MNELO_MEMORY_EMBEDDER_MODELNoEmbedding model name (Hugging Face ID) used for vector search.BAAI/bge-small-zh-v1.5
MNELO_MEMORY_SEARCH_BACKENDNoVector search backend, either 'sqlite-vec' (default) or 'zvec'.sqlite-vec

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/chinesewebman/mnelo'

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