Back to MCP Servers
Memvid
Python Streamable HTTP Server you can run locally to interact with [memvid](https://github.com/Olow304/memvid) storage and semantic search.
databasespythongithubrag
By ferrants
Installation
npx -y memvid-mcp-serverConfiguration
{
"mcpServers": {
"memvid-mcp-server": {
"command": "npx",
"args": ["-y", "memvid-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes