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.
Recommend MCP Servers 💡
polarsteps-mcp
An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API
nebulablock-mcp-server
This repository hosts the official NebulaBlock API Model Context Protocol (MCP) server. This server integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compatible environment.
mcp-gp-pdf-reader
A comprehensive Model Context Protocol (MCP) server designed for advanced PDF text extraction, search, and analysis, offering tools for reading, searching, and extracting metadata from PDF files.
@Arindam200/devto-mcp
A Model Context Protocol server for Dev.to, enabling AI assistants to access, search, and manage Dev.to articles.
codemcp
Coding assistant MCP for Claude Desktop
ev_assistant
An MCP server for managing Electric Vehicle (EV) charging stations, trip planning, and EV-related resource management, offering tools and APIs for various EV services.