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.
Server Terkait
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.
arXiv LaTeX
Fetches and processes arXiv papers using LaTeX source for accurate equation handling.
Academic Research MCP Server
Research papers from arXiv, Google Scholar, and Wikipedia with citation metrics
Yahoo Finance
An MCP server for querying Yahoo Finance data using the yfinance library.
HexDocs MCP
Semantic search for Hex package documentation. Requires local Elixir and Mix installation.
Web3 Research MCP
A free and local tool for in-depth crypto research.
Fish MCP Server
Search for fish species using the FishBase database. Supports natural language queries in both Japanese and English.
MCP Research Friend
Research tools, including a Sqlite-backed document stash
MCP RAG
A managed Retrieval-Augmented Generation (RAG) server using MCP, integrated with knowledge bases and OpenSearch.
Typesense MCP Server
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.