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.
관련 서버
Spryker Search Tool
Search Spryker packages, documentation, and code within Spryker GitHub repositories using natural language.
HexDocs MCP
Semantic search for Hex package documentation. Requires local Elixir and Mix installation.
Amazon Shopping with Claude
An MCP server for searching and buying products on Amazon.
Pearch
Best people search engine that reduces the time spent on talent discovery.
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
FlightRadar MCP Server
Provides real-time flight tracking and status information using the AviationStack API.
Hunter MCP Server
Enables natural language interaction with Hunter's B2B data via its API.
SearXNG MCP Server
A web search server powered by the SearXNG API.
Legal MCP Server Argentina
A server for intelligent search and jurisprudence analysis of Argentine legal documents.
企业基础信息服务
Provides basic enterprise information services, including business registration, company profiles, shareholders, and key personnel.