Skip to main content
Glama

Multi LLM Cross-Check MCP Server

Dockerfile318 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.10-slim WORKDIR /app COPY requirements.txt ./ # Remove asyncio requirement if present RUN sed -i '/asyncio/d' requirements.txt && pip install --no-cache-dir -r requirements.txt COPY . ./ CMD ["python", "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/lior-ps/multi-llm-cross-check-mcp-server'

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