Uses .env files for configuration of Ollama host and database path settings.
Runs as a Node.js application and is required as a prerequisite (v18 or later).
Uses Ollama for generating embeddings with the nomic-embed-text model to enable semantic search across memory entries.
Stores memory data in SQLite database with tables for projects, memories, embeddings, tags, and relationships.
Built with TypeScript for type safety and compiled to JavaScript for execution.
Provides runtime type checking and validation for the MCP server's data structures.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memory MCP Serversearch for decisions about database schema from last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This server cannot be installed