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.
Quick Start
Clone the repository:
git clone https://github.com/ferrants/memvid-mcp-serverClaude 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.