Skip to main content
Glama

MCP Server Office

by famano
Dockerfile474 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.12-slim WORKDIR /app # Copy the current directory into the container COPY . . # Install build dependencies RUN pip install --upgrade pip # Build and install the MCP server using hatchling RUN pip install --no-cache-dir . # Expose a port if needed (not required for stdio, but might be useful for logging) # Command to run the MCP server ENTRYPOINT ["mcp-server-office"]

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/famano/mcp-server-office'

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