Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 4.25 KB

File metadata and controls

87 lines (58 loc) · 4.25 KB

Redis Agent Memory Server Documentation

Comprehensive documentation for building AI agents with persistent, intelligent memory.

🚀 Getting Started

New to Redis Agent Memory Server? Start here:

🧠 Core Concepts

Understand the fundamentals:

  • Memory Types - Working vs Long-term memory explained with examples
  • Authentication - OAuth2/JWT, token-based, and development setup
  • Configuration - Environment variables, settings, and deployment options

✨ Advanced Features

Powerful features for intelligent memory management:

🔌 API Reference

Choose your integration approach:

  • REST API - HTTP endpoints with complete examples and curl commands
  • MCP Server - Model Context Protocol tools for AI agents (Claude, etc.)
  • CLI - Command-line interface for server management and administration

🛠️ Development

For contributors and advanced users:

📚 Additional Resources

Navigation Tips

By Experience Level

👋 New Users: Quick Start → Use Cases → Memory Types 🔧 Developers: Getting Started → REST API → Configuration 🤖 AI Agent Builders: MCP Server → Memory Editing → Query Optimization 🏗️ System Admins: Authentication → Configuration → CLI

By Use Case

Building a chatbot? → Quick Start → Memory Types → MCP Server Adding memory to existing app? → REST API → Authentication → Configuration Research/content assistant? → Use Cases → Query Optimization → Contextual Grounding Production deployment? → Authentication → Custom Memory Vector Databases → Development

By Interface Preference

REST API usersAPI DocumentationAuthentication MCP/Claude usersMCP ServerMemory Editing CLI managementCLI ReferenceConfiguration

Feature Cross-Reference

Feature REST API MCP Server CLI Documentation
Memory Search (semantic, keyword, hybrid) /v1/long-term-memory/search search_long_term_memory REST API, MCP
Memory Editing PATCH /v1/long-term-memory/{id} edit_long_term_memory Memory Editing
Query Optimization optimize_query param optimize_query param Query Optimization
Recency Boost ✅ Default enabled ✅ Available Recency Boost
Authentication ✅ JWT/Token ✅ Inherited ✅ Token management Authentication
Background Tasks ✅ Automatic ✅ Automatic ✅ Worker management Configuration

Need help? Check the Quick Start Guide or explore real-world examples to see Redis Agent Memory Server in action! 🧠✨