Back to directory
mhappy78/mcp_ai_local_memory

mhappy78/mcp_ai_local_memory

@mhappy78

A file management server using Model Context Protocol for AI local memory storage

file-managementlocal-storagemcpai-memorynodejsjavascriptcontext

Installation & Configuration

{
  "mcpServers": {
    "fileManager": {
      "command": "node",
      "args": [
        "server.js"
      ],
      "env": {
        "PORT": "8000",
        "STORAGE_DIR": "./storage"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13