Redis Demo
FreeNot checkedEnterprise support ticket system using FastMCP server with Redis for persistent state and multiple clients.
About
Enterprise support ticket system using FastMCP server with Redis for persistent state and multiple clients.
README
Enterprise support ticket system using FastMCP server with Redis for persistent state and multiple clients.
Architecture
┌──────────────────┐ ┌──────────────────────┐
│ Streamlit App │────►│ FastMCP Server │
│ (app.py) │ │ (port 8000) │
└──────────────────┘ │ 6 tools │
└──────────┬───────────┘
┌──────────────────┐ │
│ LangChain Agent │────────────────┤
│ (client.py) │ │
└──────────────────┘ │
│
┌──────────▼───────────┐
│ Redis (port 6379) │
│ Persistent state │
│ ticket:* keys │
└──────────────────────┘
Project Structure
├── server/ # MCP Server
│ ├── server.py # FastMCP server with Redis
│ ├── Dockerfile # Docker image
│ ├── docker-compose.yml # Runs server + Redis
│ └── server-requirements.txt
├── app.py # Streamlit web UI
├── client.py # LangChain agent client
├── requirements.txt # Client dependencies
└── README.md
Quick Start
Start Server
cd server
docker compose up -d --build
cd ..
Setup Client
python -m venv venv
source venv/bin/activate # Linux/Mac
pip install -r requirements.txt
Run Streamlit App
streamlit run app.py
Environment Variables
Create a .env file:
GROQ_API_KEY=gsk_your_groq_api_key_here
MCP_API_KEY=my-secret-api-key-123
Installing Redis Demo
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Velmuruganms12/mcp-redis-demoFAQ
Is Redis Demo MCP free?
Yes, Redis Demo MCP is free — one-click install via Unyly at no cost.
Does Redis Demo need an API key?
No, Redis Demo runs without API keys or environment variables.
Is Redis Demo hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Redis Demo in Claude Desktop, Claude Code or Cursor?
Open Redis Demo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Redis Demo with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
