Skip to main content
Glama
aigile-era

TR Dizin Search MCP Server

by aigile-era
Dockerfile384 B
FROM python:3.11-slim # Set working directory WORKDIR /app # Copy requirements first to leverage Docker cache COPY requirements.txt . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy the rest of the application COPY . . # Set Python path ENV PYTHONPATH=/app # Default command (will be overridden by Smithery) CMD ["python", "-m", "server"]

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/aigile-era/smithery-trdizin-search-mcp'

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