Loading MCP server directory, please wait...
Claude-style memory over a local folder via MCP — per-project spaces plus a shared org layer.
npx @getmcp/cli add io.github.apurv101/memory-vaultRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.apurv101/memory-vault": {
"command": "npx",
"args": [
"-y",
"memory-vault"
],
"env": {
"MEMORY_DIR": "",
"VAULT_PORT": ""
}
}
}
}