1. Conduid
  2. Data
  3. ferrants/memvid-mcp-server
MCP server · Data

ferrants/memvid-mcp-server

MCP Server for Memvid

Unclaimed NOASSERTION last commit a year ago mcpmemvidserveraiagent
54Fair

Scored 4 months ago · breakdown

About ferrants/memvid-mcp-server

ferrants/memvid-mcp-server is an MCP server published by ferrants in the Data category: mCP Server for Memvid. It has been installed 0 times through Conduid.

The repository has 10 stars and 6 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx memvid-mcp-server
Claude Code
claude mcp add memvid-mcp-server -- npx -y memvid-mcp-server
npx
npx -y memvid-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about ferrants/memvid-mcp-server

Powered by Claude · Grounded in docs

I know everything about ferrants/memvid-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About ferrants/memvid-mcp-server

How do I install ferrants/memvid-mcp-server?

Run npx memvid-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is ferrants/memvid-mcp-server safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is ferrants/memvid-mcp-server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.