vercel-mcp-memory

evgenygurin/vercel-mcp-memory

3.2

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

Vercel MCP Memory is a custom Model Context Protocol (MCP) memory server that leverages semantic search capabilities using OpenAI embeddings and PostgreSQL pgvector, deployed on Vercel.

Tools

Functions exposed to the LLM to take actions

add_memory

Store new memory with semantic embeddings.

search_memory

Semantic search across memories.

list_memories

List all memories chronologically.

delete_memory

Delete specific memory by UUID.

memory_stats

Get statistics about stored memories.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources