Skip to main content
Glama

Joomla MCP Server

Dockerfile523 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.12-slim # Install dependencies WORKDIR /app COPY pyproject.toml uv.lock . RUN apt-get update \ && apt-get install -y --no-install-recommends \ gcc libssl-dev build-essential \ && pip install --no-cache-dir mcp[cli]==1.9.0 bleach markdown httpx \ && rm -rf /var/lib/apt/lists/* # Copy source code COPY main.py . # Expose no HTTP port since stdio transport # Default command 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/nasoma/joomla-mcp-server'

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