quay-mcp-server

dchourasia/quay-mcp-server

3.2

If you are the rightful owner of quay-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project provides a server implementation to facilitate integration between Quay Container Registry and Managed Control Plane (MCP).

Quay MCP Server

Server implementation for Quay and MCP (Managed Control Plane) integration.

Overview

This project provides a server implementation to facilitate integration between Quay Container Registry and Managed Control Plane (MCP). It handles the communication, data synchronization, and management operations between these two systems.

Features

  • Quay Registry Integration
  • MCP Integration
  • Container Image Management
  • Authentication & Authorization
  • Image Synchronization
  • Monitoring & Logging
  • Security Scanning Integration

Prerequisites

  • Python 3.9+
  • pip
  • virtualenv (recommended)
  • Access to Quay Registry
  • Access to MCP

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/dchourasia/quay-mcp-server.git
cd quay-mcp-server
  1. Set up a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: .\venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Configuration

Configure the application by setting the following environment variables:

QUAY_API_TOKEN=your_quay_token
MCP_API_TOKEN=your_mcp_token
QUAY_API_URL=https://quay.io/api/v1
MCP_API_URL=your_mcp_api_url

Usage

TBD

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support, please open an issue in the GitHub repository.