Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memvid-mcpsearch for 'API endpoints' in my project-notes.mv2 file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
memvid-mcp
MCP (Model Context Protocol) server for the memvid CLI - a memory layer for AI agents.
This server wraps the memvid Rust CLI binary, exposing all 40 commands as MCP tools. Compatible with both memvid (official) and memvid-unlocked binaries.
Prerequisites
Node.js 18+
memvid CLI binary installed and accessible
Installation
Configuration
Environment Variable | Default | Description |
|
| Path to the memvid binary |
|
| Default command timeout (ms) |
|
| Set to |
|
| Log level: |
MCP Client Setup
Claude Desktop
Add to claude_desktop_config.json:
Cursor
Add to MCP settings:
Available Tools (40)
Lifecycle (5)
Tool | Description |
| Create a new .mv2 memory file |
| Open and display file information |
| Show statistics |
| Verify file integrity |
| Diagnose and repair |
Write Operations (7)
Tool | Description |
| Add content from file/directory |
| Batch add with progress |
| View frame content |
| Update frame content |
| Delete a frame |
| Correct/amend a frame |
| Fetch URL and add |
Search (5)
Tool | Description |
| Hybrid/lexical/vector search |
| Vector-only similarity search |
| RAG question answering |
| Chronological view |
| Temporal search |
Analysis (6)
Tool | Description |
| Generate audit report |
| Debug internal segments |
| Export to JSON/CSV/JSONL |
| List internal tables |
| Schema operations |
| List available models |
Knowledge Graph (6)
Tool | Description |
| NER entity extraction |
| Memory card operations |
| State management |
| Fact extraction |
| Follow entity relationships |
| Entity lookup |
Session (5)
Tool | Description |
| Session management |
| Memory binding |
| System status |
| SimHash sketches |
| Trigger background processing |
Crypto (2)
Tool | Description |
| Encrypt file |
| Decrypt file |
Utility (4)
Tool | Description |
| Process pending operations |
| Verify single frame |
| Show configuration |
| Print version |
Example Workflow
Development
License
MIT