Skip to main content
DatabasesPython

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.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ferrants/memvid-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
ferrants