memory-vault
by JohnXu22786
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULT_DIR | No | Data directory for memory vault | ~/.memory-vault |
| VAULT_TOP_K | No | Default number of retrieval results | 8 |
| VAULT_CONFIG | No | Path to configuration file | <data-dir>/config.json |
| VAULT_WEB_HOST | No | Web interface listen address | 127.0.0.1 |
| VAULT_WEB_PORT | No | Web interface listen port | 8988 |
| VAULT_KW_WEIGHT | No | Keyword weight in fusion ranking | 0.4 |
| VAULT_WEB_TOKEN | No | Bearer token for web API access; if set, all /api/* requests must include Authorization: Bearer <token> | |
| VAULT_DEDUP_MODE | No | Dedup behavior: merge or skip | merge |
| VAULT_EMBED_DIMS | No | Local embedding dimensions | 128 |
| VAULT_SEM_WEIGHT | No | Semantic weight in fusion ranking | 0.6 |
| VAULT_EMBED_MODEL | No | Embedding model name (depends on provider) | all-MiniLM-L6-v2 |
| VAULT_MIN_CLUSTER | No | Minimum cluster size | 2 |
| VAULT_RECENCY_DAYS | No | Time-decay half-life in days, 0 disables | 180 |
| VAULT_EMBED_API_KEY | No | API key for embedding service; supports env://VAR or file:///path forms | |
| VAULT_EMBED_API_URL | No | OpenAI-compatible API endpoint URL | |
| VAULT_EMBED_PROVIDER | No | Embedding provider: local, sentence, or api | local |
| VAULT_DEDUP_THRESHOLD | No | Write-time dedup similarity threshold | 0.92 |
| VAULT_EMBED_API_MODEL | No | Model name for API embedding provider | text-embedding-3-small |
| VAULT_CLUSTER_THRESHOLD | No | Clustering threshold for tidy | 0.78 |
| VAULT_DIGEST_MEMBER_CHARS | No | Characters retained per member record in summary | 600 |
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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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