Skip to main content
Glama

Fujitsu Social Digital Twin MCP Server

by 3a3
Dockerfile676 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # syntax=docker/dockerfile:1 FROM python:3.13-slim # Set working directory WORKDIR /app # Copy project files COPY pyproject.toml . COPY mcp.json . COPY README.md . COPY LICENSE . COPY src ./src # Install dependencies RUN pip install --no-cache-dir . # Create non-root user and switch RUN groupadd -g 10001 app \ && useradd -r -u 10001 -g app -m -d /home/app app \ && chown -R app:app /app # Set environment variables ENV PYTHONUNBUFFERED=1 \ HOME=/home/app # Run as non-root user USER app # Default command to run MCP server CMD ["python", "-m", "fujitsu_sdt_mcp.server"]

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/3a3/fujitsu-sdt-mcp'

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