Learn how to set up an MCP memory server using Squish. Give your AI tools persistent memory through the Model Context Protocol.
An MCP memory server provides persistent memory operations through the Model Context Protocol. AI agents connect to it to store and retrieve context across sessions.
Install Squish with npm i -g squish-memory && squish install. The CLI walks you through configuring the MCP server for your AI tools.
Once set up, your AI tools can use 7 MCP tools: remember, recall, forget, link, context, stats, and inspect. Each handles a specific memory operation.