UNPKG

mcp-memory-ts

Version:

Cloud-based vector MCP memory service for Claude.ai - TypeScript implementation

17 lines (16 loc) 275 B
module.exports = { apps: [{ name: 'mcp-memory-web', script: 'npm', args: 'start', cwd: './web', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'production', PORT: 3001 } }] };