Skip to main content
Glama

Support Ticket MCP

Overview

Support Ticket MCP is an AI-powered support ticket management system built using FastMCP, Groq LLM, and SQLite.

The assistant can:

  • Retrieve ticket details by ID.

  • Search all open tickets.

  • Search tickets assigned to a specific team.

  • Update ticket status.

  • Answer users using MCP tools instead of making up information.


Related MCP server: osTicket MCP Server

Project Structure

support-ticket-mcp/
│
├── agent/
│   ├── main.py
│   ├── client.py
│   └── prompt.py
│
├── mcp_server/
│   ├── server.py
│   ├── tools.py
│   ├── database.py
│   └── resources.py
│
├── db/
│   ├── schema.sql
│   ├── seed.sql
│   ├── create_db.py
│   └── support.db
│
├── requirements.txt
└── README.md

Technologies

  • Python

  • FastMCP

  • Groq API

  • SQLite

  • python-dotenv


Installation

Clone the repository:

git clone <repository_url>
cd Support-Ticket-MCP

Install dependencies:

pip install -r requirements.txt

Create a .env file:

GROQ_API_KEY=your_api_key

Create Database

python db/create_db.py

Run the Assistant

cd agent
python main.py

Available MCP Tools

get_ticket(ticket_id)

Returns a ticket by its ID.

Example:

Get ticket 1

search_open_tickets()

Returns all open tickets.

Example:

Search open tickets

search_by_team(team_name)

Returns tickets assigned to a team.

Example:

Search Backend tickets

update_ticket_status(ticket_id, status)

Updates a ticket status.

Example:

Update ticket 5 to Closed

Database

The database contains:

  • Teams

  • Support Tickets

Each ticket includes:

  • Customer Name

  • Issue

  • Category

  • Status

  • Priority

  • Assigned Team


Author

Abdallah Fathi

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.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/abdallahfathi371-sketch/Support-Ticket-MCP'

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