mcp-memory-vec

dlasky/mcp-memory-vec

3.1

If you are the rightful owner of mcp-memory-vec and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Vec Memory MCP Server is a Model Context Protocol server that provides graph-based semantic memory using SQLite vec0 and Ollama embeddings.

Tools

Functions exposed to the LLM to take actions

add_memory

Store content with semantic embedding

get_memory

Retrieve memory by ID

update_memory

Update memory content or metadata

delete_memory

Remove a memory

search_memories

Semantic search across memories

add_relationship

Create relationships between memories

get_relationships

Query relationships with filtering

update_relationship

Modify relationship strength or metadata

delete_relationship

Remove a relationship

get_connected_memories

Find memories connected through relationships

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources