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.
Serveurs connexes
Weather MCP Server
Provides real-time weather forecasts and alerts using the National Weather Service API.
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
PortOne Global MCP Server
Search and read PortOne documentation, including API schemas and product guides.
NPI Registry
Search the National Provider Identifier (NPI) registry for healthcare providers and organizations in the United States.
企业基础信息服务
Provides basic enterprise information services, including business registration, company profiles, shareholders, and key personnel.
Wikimedia Image Search
MCP server that enables AI assistants to search Wikimedia Commons images with metadata and visual thumbnails.
CoolPC MCP Server
Query computer component prices from Taiwan's CoolPC website to generate AI-assisted price quotes.
Singapore Location Intelligence MCP
Provides real-time Singapore transport data and routing information.
DuckDuckGo Search
Perform web searches using the DuckDuckGo API, with features for fetching and parsing content.
Bing Search
Perform web, news, and image searches using the Microsoft Bing Search API.