Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QWEN_MODELNoQwen model to use.qwen-max
QWEN_API_KEYNoYour Qwen API key. Required for extraction and enriched explanations.
QWEN_BASE_URLNoBase URL for Qwen Cloud API.https://dashscope-intl.aliyuncs.com/compatible-mode/v1
MEMORY_DB_PATHNoPath to SQLite memory database.data/agentos.db
MEMORY_CHROMA_PATHNoPath to ChromaDB storage.data/chroma_db
QWEN_EMBEDDING_MODELNoQwen embedding model.text-embedding-v3
MEMORY_EMBEDDING_MODELNoLocal embedding model name.sentence-transformers/all-MiniLM-L6-v2

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

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_contextD
memory_searchD
memory_saveD
memory_extractD
memory_explainD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 5 tools

Disambiguation4/5

Tool verbs are distinct: context, explain, extract, save, search. However, without descriptions, 'explain' and 'context' could overlap, leading to minor ambiguity.

Naming Consistency2/5

Naming is inconsistent: four tools use verb_noun pattern (explain, extract, save, search), but 'memory_context' is a noun phrase without a verb, breaking the pattern.

Tool Count5/5

Five tools is a well-scoped set for a memory system, covering essential operations without being excessive.

Completeness3/5

Covers save, search, context retrieval, and explanation/extraction, but lacks a delete operation, which is a notable gap for a memory system.

Maintenance

ActivitySlowing
ResponsivenessNo issues