Servers
Memory Bank MCP Server
@ipospelov
MCP server that helps build Memory Bank - structured documentation system for context preservation
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"memory-bank": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"19283744/mcp-memory-bank:latest"
]
}
}
}