Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMVID_PATHNoPath to the memvid binarymemvid
MEMVID_TIMEOUTNoDefault command timeout (ms)120000
MEMVID_VERBOSENoSet to 1 for verbose logging0
MEMVID_LOG_LEVELNoLog level: debug, info, warning, errorwarning

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memvid_createB

Create a new .mv2 memory file

memvid_openB

Open and display information about a memory file

memvid_statsB

Show statistics for a memory file

memvid_verifyB

Verify integrity of a memory file

memvid_doctorA

Diagnose and repair a memory file

memvid_putB

Add content to a memory file from a file or directory

memvid_put_manyA

Batch add multiple files from a directory with progress tracking

memvid_viewB

View content of a specific frame

memvid_updateB

Update content of a specific frame

memvid_deleteA

Delete a specific frame

memvid_correctB

Correct/amend content of a frame (creates correction record)

memvid_api_fetchB

Fetch content from a URL and add to memory

memvid_findB

Search in a memory file using hybrid, lexical, or vector search

memvid_vec_searchB

Vector-only similarity search (semantic search)

memvid_askB

Ask a question using RAG (Retrieval-Augmented Generation)

memvid_timelineB

Show chronological timeline of frames

memvid_whenB

Temporal search - find when something was mentioned

memvid_auditB

Generate an audit report with sources and citations

memvid_debug_segmentB

Debug segment information (internal structure)

memvid_exportB

Export memory data to JSON, CSV, or JSONL format

memvid_tablesB

List internal tables and structures

memvid_schemaB

Schema operations - infer or show schema summary

memvid_modelsB

List available embedding models

memvid_enrichB

Run NER (Named Entity Recognition) enrichment to extract entities

memvid_memoriesB

Memory card operations - list, stats, or filter by entity

memvid_stateB

State management - show current memory state

memvid_factsB

Fact extraction - list facts or extract from frame

memvid_followC

Follow entity relationships in the knowledge graph

memvid_whoB

Entity lookup - find information about an entity

memvid_sessionB

Session management - list, start, stop, or replay sessions

memvid_bindingB

Memory binding operations - show or unbind

memvid_statusB

Show system status (version, NER model status)

memvid_sketchC

Sketch operations (SimHash) - build or show stats

memvid_nudgeC

Nudge operations - trigger background processing

memvid_lockB

Encrypt a memory file (creates .mv2e encrypted file)

memvid_unlockB

Decrypt an encrypted memory file

memvid_process_queueB

Process pending operations queue

memvid_verify_single_fileB

Verify integrity of a single frame

memvid_configA

Show current configuration (embedder settings, paths)

memvid_versionA

Print memvid version information

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/Tapiocapioca/memvid-mcp'

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