Skip to main content
Glama

Twilio MCP Server

Dockerfile351 B
FROM python:3.11-slim WORKDIR /app # Copy requirements and install dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy server code COPY server.py . # Expose port EXPOSE 8000 # Run the FastMCP server CMD ["python", "-m", "fastmcp", "run", "server.py", "--transport", "streamable-http", "--port", "8000"]

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/NimbleBrainInc/mcp-twilio'

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