Skip to main content
Glama

MCP Firebase Server

by davo20019
Dockerfile580 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # syntax=docker/dockerfile:1 # Use Python 3.10+ to satisfy mcp[cli] requirements FROM python:3.10-slim # Set working directory WORKDIR /app # Copy dependency file COPY requirements.txt ./ # Upgrade pip and install dependencies RUN pip install --upgrade pip \ && pip install --no-cache-dir -r requirements.txt # Copy application code COPY . . # Ensure run_server.sh is executable RUN chmod +x run_server.sh # Default command to start the MCP server via stdio CMD ["./run_server.sh"]

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/davo20019/mcp-firebase-server'

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