Skip to main content
Glama

Bible MCP Server

by geosp
Dockerfile477 B
FROM python:3.11-slim # Install system dependencies (git + build tools for Python packages) RUN apt-get update \ && apt-get install -y --no-install-recommends git curl build-essential \ && rm -rf /var/lib/apt/lists/* # Install uv (universal package runner for MCP) RUN pip install --no-cache-dir uv # Expose the default MCP port (used by most servers) EXPOSE 3000 # Default entrypoint lets you pass in `uvx` args via Kubernetes or docker run ENTRYPOINT ["uvx"]

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/geosp/mcp-bible'

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