Skip to main content
Glama

Real Estate Investment MCP Server

by ericnsibley
dockerfile300 B
FROM python:3.12-slim WORKDIR /app ENV PORT=8060 COPY requirements.txt . RUN pip install --upgrade pip && pip install -r requirements.txt COPY . . RUN python data_load.py && rm -rf /zillow_data EXPOSE $PORT CMD ["sh", "-c", "cd chat_app && uvicorn chat_server:app --host 0.0.0.0 --port $PORT"]

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/ericnsibley/GenAI_MCP'

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