From memorylane
Local stdio MCP server using memorylane-cli package to provide MemoryLane tools for AI conversation memory and context management. No secrets required.
npx claudepluginhub deusxmachina-dev/memorylane --plugin memorylaneAdd to your .mcp.json:
{
"mcpServers": {
"memorylane": {
"command": "npx",
"args": [
"-y",
"-p",
"@deusxmachina-dev/memorylane-cli@latest",
"memorylane-mcp"
]
}
}
}npx