Skip to main content
Glama

MCP Microsoft Teams Server

by InditexTech
Apache 2.0
318
  • Linux
  • Apple
Dockerfile836 B
FROM ghcr.io/astral-sh/uv:python3.10-alpine # ENV TEAMS_APP_ID="" TEAMS_APP_PASSWORD="" TEAMS_APP_TYPE="" TEAMS_APP_TENANT_ID="" TEAM_ID="" TEAMS_CHANNEL_ID="" LABEL \ org.opencontainers.image.vendor="Industria de Diseño Textil, S.A." \ org.opencontainers.image.source="https://github.com/InditexTech/mcp-teams-server" \ org.opencontainers.image.authors="Open Source Office Team" \ org.opencontainers.image.title="MCP Teams Server" \ org.opencontainers.image.description="MCP Teams Server container image" \ org.opencontainers.image.licenses="Apache-2.0" # Settings for faster container start ENV UV_COMPILE_BYTECODE=0 UV_PYTHON_DOWNLOADS=0 UV_LINK_MODE=copy COPY pyproject.toml LICENSE.txt *.md uv.lock src /app/ WORKDIR /app RUN uv sync --frozen --no-dev CMD ["uv", "run", "--frozen", "--no-dev", "mcp-teams-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/InditexTech/mcp-teams-server'

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