Skip to main content
Glama

Google Search Console MCP Server

by ahonn
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Stage 1: Build FROM node:18-alpine AS builder # Set the working directory WORKDIR /app # Copy necessary files for installing dependencies and building the project COPY package.json pnpm-lock.yaml ./ COPY tsconfig.json ./ COPY src ./src # Install pnpm package manager RUN npm install -g pnpm # Install dependencies RUN pnpm install # Build the project RUN pnpm run build # Stage 2: Run FROM node:18-alpine # Set the working directory WORKDIR /app # Copy the built files from the builder stage COPY --from=builder /app/dist ./dist COPY package.json pnpm-lock.yaml ./ # Install only production dependencies RUN pnpm install --prod # Set environment variable for Google credentials ENV GOOGLE_APPLICATION_CREDENTIALS=/app/credentials.json # Define the command to run the application CMD ["node", "dist/index.js"]

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/ahonn/mcp-server-gsc'

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