Memvid
Encodes text data into videos that can be quickly looked up with semantic search.
memvid-mcp-server
A Streamable-HTTP MCP Server that uses memvid to encode text data into videos that can be quickly looked up with semantic search.
Supported Actions:
add_chunks: Adds chunks to the memory video. Note: each time you add chunks, it resets the memory.mp4. Unsure if there is a way to incrementally add.search: queries for the top-matching chunks. Returns 5 by default, but can be changed with top_k param.
Running
Set up your environment:
python3.11 -m venv my_env
. ./my_env/bin/activate
pip install -r requirements.txt
Run the server:
python server.py
With a custom port:
PORT=3002 python server.py
Connect a Client
You can connect a client to your MCP Server once it's running. Configure per the client's configuration. There is the mcp-config.json that has an example configuration that looks like this:
{
"mcpServers": {
"memvid": {
"type": "streamable-http",
"url": "http://localhost:3000"
}
}
}
Acknowledgements
- Obviously the modelcontextprotocol and Anthropic teams for the MCP Specification. https://modelcontextprotocol.io/introduction
- HeyFerrante for enabling and sponsoring this project.
Related Servers
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
招投标大数据服务
Provides comprehensive import and export trade data query functions, including trend analysis, product statistics, and geographic distribution.
Hacker News
Search for stories, get user information, and interact with Hacker News.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.
Krep MCP Server
A high-performance string search server powered by the krep binary.
MCP Jobs
A zero-configuration job aggregation service that fetches job listings from major recruitment websites.
Perplexity AI
An MCP server to interact with Perplexity AI's language models for search and conversational AI.
MCP Web Search Server
A web search server powered by DuckDuckGo, no API key required.
Perplexity Search
Access the Perplexity search API for real-time information and answers.
Minecraft Wiki MCP
A server for browsing and searching the official Minecraft Wiki.