Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

ferrants/memvid-mcp-server

БесплатноНе проверен

Python Streamable HTTP Server you can run locally to interact with [memvid](https://github.com/Olow304/memvid) storage and semantic search.

GitHubEmbed

Описание

Python Streamable HTTP Server you can run locally to interact with memvid storage and semantic search.

README

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

from github.com/ferrants/memvid-mcp-server

Установка ferrants/memvid-mcp-server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ferrants/memvid-mcp-server

FAQ

ferrants/memvid-mcp-server MCP бесплатный?

Да, ferrants/memvid-mcp-server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для ferrants/memvid-mcp-server?

Нет, ferrants/memvid-mcp-server работает без API-ключей и переменных окружения.

ferrants/memvid-mcp-server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить ferrants/memvid-mcp-server в Claude Desktop, Claude Code или Cursor?

Открой ferrants/memvid-mcp-server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare ferrants/memvid-mcp-server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development