Skip to main content
Glama

whoami-mcp

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Dockerfile for WhoAmI MCP Server FROM python:3.13-slim # Install dependencies WORKDIR /app # Copy dependency declarations COPY pyproject.toml uv.lock ./ RUN pip install --no-cache-dir pip setuptools # Install our package (and dependencies) COPY . . RUN pip install --no-cache-dir . # Default command to start the MCP server 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/kukapay/whoami-mcp'

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