Skip to main content
Glama
JohnXu22786

memory-vault

by JohnXu22786

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VAULT_DIRNoData directory for memory vault~/.memory-vault
VAULT_TOP_KNoDefault number of retrieval results8
VAULT_CONFIGNoPath to configuration file<data-dir>/config.json
VAULT_WEB_HOSTNoWeb interface listen address127.0.0.1
VAULT_WEB_PORTNoWeb interface listen port8988
VAULT_KW_WEIGHTNoKeyword weight in fusion ranking0.4
VAULT_WEB_TOKENNoBearer token for web API access; if set, all /api/* requests must include Authorization: Bearer <token>
VAULT_DEDUP_MODENoDedup behavior: merge or skipmerge
VAULT_EMBED_DIMSNoLocal embedding dimensions128
VAULT_SEM_WEIGHTNoSemantic weight in fusion ranking0.6
VAULT_EMBED_MODELNoEmbedding model name (depends on provider)all-MiniLM-L6-v2
VAULT_MIN_CLUSTERNoMinimum cluster size2
VAULT_RECENCY_DAYSNoTime-decay half-life in days, 0 disables180
VAULT_EMBED_API_KEYNoAPI key for embedding service; supports env://VAR or file:///path forms
VAULT_EMBED_API_URLNoOpenAI-compatible API endpoint URL
VAULT_EMBED_PROVIDERNoEmbedding provider: local, sentence, or apilocal
VAULT_DEDUP_THRESHOLDNoWrite-time dedup similarity threshold0.92
VAULT_EMBED_API_MODELNoModel name for API embedding providertext-embedding-3-small
VAULT_CLUSTER_THRESHOLDNoClustering threshold for tidy0.78
VAULT_DIGEST_MEMBER_CHARSNoCharacters retained per member record in summary600

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/JohnXu22786/memory-vault'

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