memvid-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMVID_PATH | No | Path to the memvid binary | memvid |
| MEMVID_TIMEOUT | No | Default command timeout (ms) | 120000 |
| MEMVID_VERBOSE | No | Set to 1 for verbose logging | 0 |
| MEMVID_LOG_LEVEL | No | Log level: debug, info, warning, error | warning |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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