Welcome to MemoryLake
This guide will walk you through the essential features of MemoryLake. By the end, you’ll have created a project, uploaded documents, added a memory, and generated an MCP server API key for external access.Prerequisites
Before you begin, ensure you have:- Access to a MemoryLake account
- At least one document or folder ready to upload
- Basic familiarity with file management concepts
Getting Started
Access Your Document Drive
Navigate to the Document Management section in MemoryLake. You’ll see your personal drive with a
My Space folder ready to store your files.You should see a tree view on the left side showing your drive structure and an empty main area ready for content.
Upload Your First Documents
Click the “Upload” button to add files to your drive.You can:Watch the upload progress panel to see your files being processed. Once complete, they’ll appear in your file tree.
- Select individual files
- Select multiple files at once
- Upload entire folders with their structure preserved
MemoryLake supports .md, .txt, .csv, .pdf, .xlsx, and .xls file formats. Large files are automatically handled with multi-part uploads.
Your uploaded files should now be visible in the tree view. Try expanding folders to see their contents.
Organize with Folders
Create folders to organize your documents:
- Click the “New Folder” button or right-click in the tree
- Enter a descriptive folder name
- Use drag-and-drop to move files into folders
Create Your First Project
Navigate to the Project Management section and create a new project:
- Click “Create Project”
- Enter a project name (e.g., “Q1 Research”)
- Add a description explaining the project’s purpose
- Click “Save”
You should see your new project in the projects list with zero documents and memories initially.
Associate Documents with Your Project
Link documents from your drive to the project:
- Open your project by clicking on it
- Go to the “Documents” tab
- Click “Add Documents”
- Navigate the tree and select files or folders using checkboxes
- Click “Confirm” to associate them
The Documents tab should now show your associated documents with their processing status (pending → running → okay).
Create a Memory
Add contextual knowledge to your project:
- Switch to the “Memories” tab in your project
- Click “Add Memory”
- Enter a name (e.g., “Project Guidelines”)
- Add content with key information, notes, or instructions
- Click “Save”
Your memory should appear in the Memories tab with its content visible.
Generate an MCP Server API Key
Create an API key to provide external applications with access to your project:
- Go to the “MCP Servers” tab in your project
- Click “Add MCP Server”
- Enter a description (e.g., “Claude AI Integration”)
- Click “Generate”
- Important: Copy the secret immediately - it’s shown only once!
- An API key ID
- A secret (copy this now!)
- An endpoint URL
The MCP Servers tab should show your new API key with a masked secret (only the suffix visible) and the full endpoint URL ready to copy.
Verify Your Setup
Confirm everything is working:
- Documents: Check that files appear in both your drive and project
- Memories: Verify your memory is saved and readable
- MCP Server: Ensure your API key is listed with its endpoint URL
Your project dashboard should show:
- Document count > 0
- Memory count > 0
- MCP Server count > 0
What You’ve Accomplished
In just a few minutes, you’ve:- Uploaded and organized documents in your drive
- Created a project to group related content
- Associated documents with your project
- Added a memory to provide context
- Generated an MCP server API key for external access
Next Steps
Now that you have the basics down, explore these advanced features:Comments
Add rich Markdown comments to your files for enhanced context
External Connectors
Connect WPS, Dropbox, and other external document services
API Documentation
Explore the REST API for programmatic access to all features
Best Practices
Learn how to write effective memories and organize projects
Common Questions
How many documents can I add to a project?
How many documents can I add to a project?
There’s no hard limit on documents per project. However, for best performance with AI interactions, consider organizing very large document sets across multiple focused projects.
Can I use the same document in multiple projects?
Can I use the same document in multiple projects?
Yes! You can associate the same document from your drive with multiple projects. The document exists once in your drive but can provide context to multiple projects.
What happens if I delete a document from my drive?
What happens if I delete a document from my drive?
If you delete a document from your drive, it will also be removed from any projects that reference it. Always check project associations before deleting important files.
How do I use the MCP server API key?
How do I use the MCP server API key?
Include the API key in the Authorization header of your HTTP requests as a Bearer token. See the API Authentication guide for complete details and examples.
Can I revoke or regenerate API keys?
Can I revoke or regenerate API keys?
Yes, you can delete API keys at any time from the MCP Servers tab. To rotate keys, create a new one and then delete the old one once you’ve updated all integrations.
Need Help?
- Detailed Guides: Explore the documentation sections for in-depth coverage of each feature
- Troubleshooting: Check the troubleshooting pages in each section for common issues
- API Reference: See the API documentation for programmatic access