Skip to main content
Glama

Kairos Codex MCP Server

by batson-j
Dockerfile420 B
FROM python:3.11-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Copy requirements and install Python dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY . . # Expose port for HTTP transport EXPOSE 8000 # Run the MCP server CMD ["python", "bible.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/batson-j/kairos_codex_mcp_server'

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