databases

Memvid Mcp Server

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

python
local
databases
0
View on GitHub

Installation

npx -y ferrants/memvid-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "memvid-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "ferrants/memvid-mcp-server"
  ]
}

About This MCP Server

ferrants/memvid-mcp-server

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

GitHub: https://github.com/ferrants/memvid-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub