Server data from the Official MCP Registry
Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.
Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.
memkeeper is a well-designed local-first memory system with strong security fundamentals. The server operates entirely on-device by default with no required authentication, making it appropriate for its use case. Code quality is high, with proper input validation, error handling, and safe patterns throughout. No critical vulnerabilities or malicious patterns detected. Minor findings around optional off-device semantic mode and broad exception handling do not significantly impact the overall security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
4 files analyzed · 6 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:
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-teflon07-memkeeper": {
"env": {
"MEMKEEPER_EMBED_DIMS": "your-memkeeper-embed-dims-here",
"MEMKEEPER_EMBED_MODEL": "your-memkeeper-embed-model-here",
"MEMKEEPER_RERANK_MODEL": "your-memkeeper-rerank-model-here",
"MEMKEEPER_EMBED_API_KEY": "your-memkeeper-embed-api-key-here",
"MEMKEEPER_EMBED_BASE_URL": "your-memkeeper-embed-base-url-here",
"MEMKEEPER_EMBED_PROVIDER": "your-memkeeper-embed-provider-here",
"MEMKEEPER_RERANK_API_KEY": "your-memkeeper-rerank-api-key-here",
"MEMKEEPER_RERANK_PROVIDER": "your-memkeeper-rerank-provider-here"
},
"args": [
"-y",
"memkeeper-pi-extension"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.