README.md•1.78 kB
# Mem0 MCP Server Documentation
Welcome to the Mem0 MCP Server documentation. This directory contains comprehensive guides, tutorials, and reference materials to help you get the most out of your Mem0 MCP Server.
## Quick Links
- [Getting Started Guide](./getting-started.md) - First steps and basic usage
- [Complete API Reference](./api-reference.md) - Detailed information on all available tools
- [Memory Types Guide](./memory-types.md) - Understanding different memory structures
- [Advanced Features](./advanced-features.md) - Exploring enhanced capabilities
- [Tutorials](./tutorials/) - Step-by-step guides for specific tasks
## Interactive Documentation
For a more interactive experience, you can load these documentation files directly into your Mem0 instance:
```bash
python scripts/load_docs.py
```
Once loaded, you can access the documentation by asking your AI assistant to:
```
Retrieve memory ID 76100ac4-896e-488b-90ad-036c0dfaaa80 using mem0_get_memory_by_id.
Display only the content of the memory found, then wait for further instructions.
```
## Documentation Structure
- **Basic Guides**: High-level introductions and fundamentals
- **API References**: Detailed specifications for each tool and operation
- **Tutorials**: Practical, hands-on examples for specific use cases
- **Configuration Guides**: Information on customizing your server setup
## Contributing to Documentation
We welcome contributions to improve this documentation. If you find any errors, omissions, or areas that could be clearer, please submit a pull request with your proposed changes.
When contributing:
1. Follow the existing style and format
2. Provide clear, concise explanations
3. Include practical examples where possible
4. Test any code examples you include