Skip to main content
Glama

Laravel 12 Docs MCP Server

by brianirish
Dockerfile543 B
FROM python:3.12-alpine # Install build dependencies (if necessary) RUN apk add --no-cache build-base libffi-dev openssl-dev # Set working directory WORKDIR /app # Copy project files COPY . . # Install Python dependencies RUN pip install --upgrade pip && \ pip install --no-cache-dir fastmcp mcp[cli,client] # Default environment ENV PYTHONUNBUFFERED=1 # Set the entrypoint to the Python script so arguments can be passed ENTRYPOINT ["python", "laravel_mcp_companion.py"] # Default command (no arguments) - can be overridden CMD []

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/brianirish/laravel-docs-mcp'

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