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
Docs MCP
A server for efficiently searching and referencing user-configured local documents.
DuckDuckGo Search
Perform web searches using the DuckDuckGo Search API.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Unsplash MCP Server
Search and integrate images from Unsplash using its official API.
Coupang MCP
Search Korean e-commerce (Coupang) products with Rocket Delivery filtering, price sorting, and affiliate link generation
YouTube MCP Server
Search YouTube videos, retrieve transcripts, and perform semantic search over video content.
GeoRanker
Access GeoRanker's SEO and keyword research tools for advanced search engine optimization analysis.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
MCP RAG
A managed Retrieval-Augmented Generation (RAG) server using MCP, integrated with knowledge bases and OpenSearch.
PubMed MCP Server
Search and download scientific articles from PubMed's E-utilities API.