Skip to main content
Glama

TestRail MCP Server

by sker65
Dockerfile511 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim # Install system dependencies if any RUN apt-get update && apt-get install -y --no-install-recommends gcc build-essential \ && rm -rf /var/lib/apt/lists/* WORKDIR /app # Copy the project files COPY . /app # Upgrade pip and install hatchling RUN pip install --no-cache-dir --upgrade pip hatchling # Install the package in editable mode RUN pip install -e . CMD ["python", "testrail_mcp/main.py"]

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/sker65/testrail-mcp'

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