Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Memvid Mcp Server

    A Streamable HTTP MCP Server for Memvid

    5 stars
    Python
    Updated Oct 17, 2025

    Table of Contents

    • Running
    • Connect a Client
    • Acknowledgements

    Table of Contents

    • Running
    • Connect a Client
    • Acknowledgements

    Documentation

    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:

    bash
    python3.11 -m venv my_env
    . ./my_env/bin/activate
    pip install -r requirements.txt

    Run the server:

    bash
    python server.py

    With a custom port:

    bash
    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:

    json
    {
      "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.

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • AD

      Adls Mcp Server

      Python·
      4

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k