AI Customer Support Bot - MCP Server

by MCP-Mirror

296 downloads
Not rated
GitHub

About

AI Customer Support Bot - MCP Server is a Model Context Protocol (MCP) server that provides AI-powered customer support by integrating with Cursor AI and Glama.ai. It is designed for developers and support teams who need real-time context fetching, batch processing, and…

Details

Author
MCP-Mirror
Downloads
296
Categories
Search, AI

- Real-time context fetching from Glama.ai
- AI-powered response generation with Cursor AI
- Batch processing and priority queuing
- Rate limiting (100 requests per 60 seconds)
- Health monitoring and error tracking
- MCP protocol compliance

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AI Customer Support Bot - MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Python 3.8+, PostgreSQL, and obtain API keys for Glama.ai and Cursor AI. Clone the repository, set up a virtual environment, install dependencies, copy .env.example to .env and fill in credentials, create the database, run migrations, then start the server with python app.py. The server runs on http://localhost:8000 and exposes endpoints like POST /mcp/process for single queries and POST /mcp/batch for batch processing.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ai customer support bot - mcp server": {
            "ChiragPatankar_AI-Customer-Support-Bot--MCP-Server": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "ChiragPatankar_AI-Customer-Support-Bot--MCP-Server": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "venv"
        ]
    }
}

AI Customer Support Bot - MCP Server

A Model Context Protocol (MCP) server that provides AI-powered customer support using Cursor AI and Glama.ai integration.

Features

- Real-time context fetching from Glama.ai - AI-powered response generation with Cursor AI - Batch processing support - Priority queuing - Rate limiting - User interaction tracking - Health monitoring - MCP protocol compliance

Prerequisites

- Python 3.8+ - PostgreSQL database - Glama.ai API key - Cursor AI API key

Installation

1. Clone the repository: ``bash git clone <repository-url> cd <repository-name> ` 2. Create and activate a virtual environment: `bash python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate ` 3. Install dependencies: `bash pip install -r requirements.txt ` 4. Create a .env file based on .env.example: `bash cp .env.example .env ` 5. Configure your .env file with your credentials: ``env
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.