alioshr/memory-bank-mcp
An MCP server implementation that provides centralized remote memory bank access for AI coding assistants.

This server transforms traditional file-based memory banks used by AI coding assistants into a centralized service accessible via the Model Context Protocol. It enables multi-project memory management with proper isolation, allowing AI assistants like Claude, Cline, Cursor, and Windsurf to maintain persistent context across sessions. The implementation includes Type-safe operations, project-specific directories, path traversal prevention, and full CRUD capabilities for memory bank files.