Memory Plugin (SQLite)
FreeNot checkedProvides SQLite-based persistent memory storage for maintaining context across conversations, enabling long-term recall and knowledge management.
About
Provides SQLite-based persistent memory storage for maintaining context across conversations, enabling long-term recall and knowledge management.
README
A Python-based memory plugin that uses SQLite for persistent storage.
Overview
This plugin provides memory storage functionality using SQLite as the backend database. It's designed to store and manage data persistently across sessions.
Setup
Environment Configuration
Create a
.envfile in the root directory with the following configuration:MEMORY_DB_PATH=/path/to/your/memory.sqliteYou can use the provided
.env.exampleas a template:cp .env.example .envDependencies
The project requires Python and uses SQLite for data storage. Make sure you have Python installed on your system.
Configuration
rename .env.example to .env and edit the values to your needs:
Locate claude_desktop_config.json and use the template below to add "MQTT Bridge" to the mcpServers section. MacOs: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: C:\Users<username>\AppData\Roaming\Claude\claude_desktop_config.json
{
"mcpServers": {
"memory_recall": {
"command": "/path/to/python3",
"args": [
"/path/2/your/cloned/repository/memory_plugin.py"
]
}
}
}
The SQLite database path is configured through the MEMORY_DB_PATH environment variable. This should point to where you want the SQLite database file to be stored.
Current configuration:
MEMORY_DB_PATH=/path/to/your/dabatase.sqlite
Usage
Basic Usage
Refer to the @mcp.resource and @mcp.tool decorated functions in the memory_plugin.py file
Examples to type in the chat:
memory://loadto load the saved memories at new chat startSave into the memory, under aNewName category, the following: a new message with important info to rememberSave the relevant points of the conversation into the memory under aNewName category
Development
When contributing to this project:
- Make sure to not commit sensitive information
- Keep your
.envfile private - Use
.env.examplefor sharing template configurations
License
This project is licensed under the MIT License.
Installing Memory Plugin (SQLite)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mekanixms/mcp_memory_pluginFAQ
Is Memory Plugin (SQLite) MCP free?
Yes, Memory Plugin (SQLite) MCP is free — one-click install via Unyly at no cost.
Does Memory Plugin (SQLite) need an API key?
No, Memory Plugin (SQLite) runs without API keys or environment variables.
Is Memory Plugin (SQLite) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Memory Plugin (SQLite) in Claude Desktop, Claude Code or Cursor?
Open Memory Plugin (SQLite) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Memory Plugin (SQLite) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
