MCP Server
MCP
Memory Vault
Claude-style memory over a local folder via MCP — per-project spaces plus a shared org layer.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "memory-vault",
"version": "0.3.1",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8787/mcp"
},
"environmentVariables": [
{
"description": "Directory the vault stores memory in (defaults to ./memory)",
"format": "string",
"name": "MEMORY_DIR"
},
{
"description": "Port the vault server listens on (defaults to 8787)",
"format": "number",
"name": "VAULT_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment