cline-mcp-memory-bank

cline-mcp-memory-bank

46

Cline Memory Bank is a Model Context Protocol Server for AI-assisted development, offering tools for persistent project context management. It integrates with the Cline VSCode Extension to maintain consistent understanding across development sessions, enabling enhanced productivity and smart context management.

node
{
  "mcpServers": {
    "memory-bank": {
      "command": "node",
      "args": [
        "/path/to/cline-memory-bank/build/index.js"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}