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.
Servidores relacionados
bbox-mcp-server
Bounding box coordinate conversion, EPSG projections, H3 indexing, Overpass OSM queries, and shareable map links
Local RAG
Performs a local RAG search on your query using live web search for context extraction.
Metasearch
A metasearch server that uses the Tavily API to perform searches based on specified queries.
Web Search MCP
Scrapes Google search results using a headless browser. Requires Chrome to be installed.
Needle
Production-ready RAG out of the box to search and retrieve data from your own documents.
Crypto News MCP Server
Provides real-time cryptocurrency news for AI agents using the NewsData.io API.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
NCBI Literature Search
Search NCBI databases, including PubMed, for scientific literature. Tailored for researchers in life sciences, evolutionary biology, and computational biology.
TripGo
Find transport-related locations, departures, and routes using the TripGo API.
world airfares flight mcp
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.