Home › Databases & Data › Local Memory
Local Memory
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.4.3)
npx -y @studiomeyer/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"local-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@studiomeyer/[email protected]"
],
"env": {
"MEMORY_DB_PATH": "<YOUR_VALUE>",
"MEMORY_EMBED_DISABLED": "<YOUR_VALUE>",
"MEMORY_EMBED_MODEL": "<YOUR_VALUE>",
"MEMORY_EMBED_CACHE_DIR": "<YOUR_VALUE>"
}
}
}
}
MEMORY_DB_PATH— Custom path for the SQLite database fileMEMORY_EMBED_DISABLED— Disable the local embedding pipeline (forces FTS5-only search). Useful in restricted networks where the model can't be downloaded.MEMORY_EMBED_MODEL— Override the embedding model id (defaults to Xenova/multilingual-e5-small).MEMORY_EMBED_CACHE_DIR— Override the Transformers.js cache directory (defaults to the OS data dir).
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry