Skip to main content
Glama

MCP Demo - Stateful Support Ticket System (Redis)

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        │
                         └──────────────────────┘

Related MCP server: MCP Server with Docker, Redis, and TimescaleDB

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
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Velmuruganms12/mcp-redis-demo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server