Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Memvid MCP Server
Memvid MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:03:22 PM

Memvid MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository10 GitHub StarsTotal stargazers on GitHub for the source repository (10 stars).Visit Website
semantic-searchmemvidragmcppython

Stores text chunks in memvid-backed video storage and retrieves matching content through semantic search.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for ferrants/memvid-mcp-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

The ferrants/memvid-mcp-server MCP server exposes memvid storage and semantic search through a local Streamable HTTP endpoint. It encodes text chunks into a memory video and provides actions for adding chunks and finding the closest matches. Search returns five chunks by default, with a configurable top_k value. Reach for it when an MCP client needs local semantic lookup over text data without a separately hosted service.

Use cases

β€’Store text chunks in a local memvid memory video
β€’Search local text data by semantic similarity
β€’Connect an MCP client to a local HTTP retrieval service
β€’Control the number of returned matches with top_k

Key features

β€’Add text chunks to memvid storage
β€’Semantic search over stored chunks
β€’Configurable top_k result count
β€’Streamable HTTP transport
β€’Configurable listening port

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Memvid MCP Server.

Extracted Tool Capabilities
Add text chunks to memvid storage
Semantic search over stored chunks
Configurable top_k result count
Streamable HTTP transport
Configurable listening port

How Memvid MCP Server works

What ferrants/memvid-mcp-server MCP server does

The ferrants/memvid-mcp-server MCP server connects MCP clients to memvid, a storage approach that encodes text data into videos for later lookup. It runs as a local Streamable HTTP server and makes two actions available: adding text chunks and searching for relevant chunks.

The server is suited to small, local text collections that need semantic retrieval through an MCP-compatible client. It does not describe general-purpose database operations, document management, or remote hosting. Its documented scope is limited to writing chunks into memvid storage and querying that stored content.

How it works

When chunks are added, the server uses memvid to encode the text into a memory video. A search request then queries the stored content and returns the top-matching chunks. Search returns five results by default, and callers can change that count with the top_k parameter.

The repository describes the server as Streamable HTTP rather than a standard local stdio process. After startup, an MCP client connects to the HTTP address exposed by the Python process. The example configuration uses http://localhost:3000 and identifies the transport as streamable-http.

Setup and configuration

The ferrants/memvid-mcp-server MCP server requires Python 3.11 in the documented setup. Create and activate a virtual environment, install the dependencies from requirements.txt, and start the process with python server.py:

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

The default connection example points clients at port 3000. To use another port, set the PORT environment variable when starting the process, such as PORT=3002 python server.py. Configure the MCP client with the server URL and the streamable-http transport type.

Tools and capabilities

  • Add text chunks to memvid-backed storage with add_chunks.
  • Search stored content with search.
  • Retrieve the top five matching chunks by default.
  • Set a different result count through the top_k search parameter.
  • Connect over a local Streamable HTTP endpoint.

Limitations and notes

Adding chunks resets memory.mp4 each time, according to the repository documentation. The project notes that incremental additions may not currently be supported or may not have a known implementation. Existing memory-video contents should therefore be treated carefully when adding new chunks.

The provided material documents local execution and a localhost client configuration only. It does not specify authentication, authorization, persistence beyond the generated memory video, deployment instructions, or named client integrations. The server also depends on the repository's Python requirements, which must be installed before startup.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • MCP Server Qdrant logoMCP Server Qdrant
    Verified

    An official Qdrant Model Context Protocol (MCP) server implementation

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Qdrant β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases5 views
    Compare vs Genai Toolbox β†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Mysql β†’
  • MCP Server Duckdb logoMCP Server Duckdb

    DuckDB database integration with schema inspection and query capabilities

    πŸ—„οΈ Databases2 views
    Compare vs MCP Server Duckdb β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
10
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Memvid MCP Server

Create a Python 3.11 virtual environment, activate it, and run `pip install -r requirements.txt`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMemvid MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ferrants-memvid-mcp-server?style=directory)](https://allmcps.com/mcp/ferrants-memvid-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/ferrants-memvid-mcp-server"><img src="https://allmcps.com/api/badge/ferrants-memvid-mcp-server?style=directory" alt="Memvid MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars10
GitHub Star CountTotal stargazers on GitHub representing community popularity (10 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 20, 2025
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Memvid MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code