Stats
Actions
Tags
From memory-bank
Local MCP server for memory and context storage, enabling Claude to persist and retrieve information across sessions. Runs as a Node.js subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memory-bank": {
"command": "memory-bank",
"args": [
"mcp"
]
}
}
}Server configuration and connection parameters
memory-bankCommand-line arguments passed to the server process
First indexed Apr 4, 2026
First indexed Apr 4, 2026
npx claudepluginhub jdelgadoperez/memory-bank