Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 620 Bytes

File metadata and controls

21 lines (14 loc) · 620 Bytes

Memory Lane Cloud

Memory Lane Cloud is a multi-user, cloud-hosted MCP that stores memories in AWS DynamoDB and OpenSearch Serverless, with a local TypeScript MCP bridge for Cursor integration.

Packages

  • packages/api: Next.js API hosted on Vercel
  • packages/mcp-bridge: MCP bridge for Cursor
  • packages/migrate-cli: Migration CLI for local JSONL → cloud
  • packages/shared: Shared types and constants

Development

pnpm install
pnpm build

Deployment

Deploy the API with Vercel and set environment variables for AWS, OpenSearch, and OpenAI. See docs/SETUP.md for full instructions.