Skip to content

Redislabs-Solution-Architects/redis-mcp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis MCP Demos

With Model Context Protocol (MCP), you can manage Redis through conversation instead of learning commands and writing integration code. We've built three demos to show you what's possible when Redis gets an AI interface.


Three Demo Scenarios

Chatbot Persistent Memoryconversation-context/

→ Setup & Run Instructions

This demo compares traditional Redis integration with Redis MCP for LLM applications with persistent memory. It provides working examples of both approaches. The demo showcases MCP's reduction in code complexity and persistence across multiple chat sessions.

Purpose: Demonstrate Redis MCP's impact on application development complexity
Audience: Developers building AI applications, teams evaluating Redis integration approaches

Infrastructure and Data Prototypingclaude-desktop/

→ Setup & Run Instructions

Manage Redis Cloud databases through Claude Desktop chat. Create databases, seed data, and get AI optimization suggestions without learning Redis commands.

Purpose: Show Redis MCP's capability for database management and architecture discovery
Audience: Solutions architects, developers exploring Redis, teams doing rapid prototyping

Semantic Search Interfacevector-search-mcp/

→ Setup & Run Instructions

Natural language movie search powered by Redis vector embeddings. Find movies through conversational queries like "space adventures with aliens" without writing vector search code.

Purpose: Demonstrate Redis MCP enabling semantic search through natural language
Audience: Developers building search applications, teams exploring vector databases

About

Demo of use cases using Redis MCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages