Skip to main content
Glama
AminForou

GSC MCP Server v2 - Remote Edition

by AminForou
Dockerfile546 B
FROM python:3.11-slim WORKDIR /app # Install dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application COPY . . # Create data directory for SQLite RUN mkdir -p /app/data # Environment variables ENV DATABASE_PATH=/app/data/gsc_tokens.db # Railway assigns PORT dynamically - don't hardcode it # The CMD uses the PORT env var that Railway provides # Run with gunicorn, binding to Railway's PORT CMD gunicorn gsc_server_remote:app -w 2 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:${PORT:-8000}

Latest Blog Posts

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/AminForou/google-search-console-mcp-v2'

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