Server data from the Official MCP Registry
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.
local-memory-mcp is a well-architected, security-conscious MCP server for local AI memory management. It correctly prioritizes privacy (no cloud, no API keys, data never leaves the machine) and demonstrates strong code quality with proper input validation via Zod schemas, comprehensive testing, and careful permission scoping. Permissions align well with its purpose as a local-only knowledge graph and retrieval system. One minor code quality issue (broad exception handling in embedding fallback) does not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MEMORY_DB_PATH
Environment variable: MEMORY_EMBED_DISABLED
Environment variable: MEMORY_EMBED_MODEL
Environment variable: MEMORY_EMBED_CACHE_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-studiomeyer-io-local-memory-mcp": {
"env": {
"MEMORY_DB_PATH": "your-memory-db-path-here",
"MEMORY_EMBED_MODEL": "your-memory-embed-model-here",
"MEMORY_EMBED_DISABLED": "your-memory-embed-disabled-here",
"MEMORY_EMBED_CACHE_DIR": "your-memory-embed-cache-dir-here"
},
"args": [
"-y",
"@studiomeyer/local-memory-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.