Skip to main content
Glama

Zillow MCP Server

MIT License
4
  • Apple
Dockerfile476 B
# Dockerfile for Zillow MCP Server FROM python:3.9-slim WORKDIR /app # Copy requirements and install dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY . . # Create .env file from example if it doesn't exist RUN if [ ! -f .env ]; then cp .env.example .env; fi # Expose port for HTTP server mode EXPOSE 8000 # Run the server in HTTP mode CMD ["python", "zillow_mcp_server.py", "--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/rohitsingh-iitd/zillow-mcp-server'

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