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
Manticore Search
Provides access to Manticore Search, an open-source database for real-time, full-text search.
Search Stock News
Search for stock news using the Tavily API.
LLM Jukebox
Enables LLMs to search, download, and extract information from YouTube music videos.
G-Search MCP
A Google search server using Playwright for parallel keyword searches.
Agntic AI for Research Papers
Search and extract information about research papers from arXiv.
Weather MCP Server
Query 24-hour weather forecasts and city information by city name or coordinates.
Grep App
Search code across public GitHub repositories using the grep.app API.
NCBI Literature Search
Search NCBI databases, including PubMed, for scientific literature. Tailored for researchers in life sciences, evolutionary biology, and computational biology.
Fish MCP Server
Search for fish species using the FishBase database. Supports natural language queries in both Japanese and English.
Whois MCP
MCP server that performs whois lookup against domain, IP, ASN and TLD.