Skip to main content
Glama
hablapro

Google Search Console MCP Server

by hablapro
deploy.yml1.24 kB
name: Deploy on: push: branches: [main] paths: - 'gsc-mcp-cloud/**' - '.github/workflows/deploy.yml' workflow_dispatch: jobs: test: runs-on: ubuntu-latest defaults: run: working-directory: gsc-mcp-cloud steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' cache: 'npm' cache-dependency-path: gsc-mcp-cloud/package-lock.json - name: Install dependencies run: npm ci - name: Run tests run: npm test deploy: needs: test runs-on: ubuntu-latest defaults: run: working-directory: gsc-mcp-cloud steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' cache: 'npm' cache-dependency-path: gsc-mcp-cloud/package-lock.json - name: Install dependencies run: npm ci - name: Deploy to Cloudflare Workers run: npx wrangler deploy env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

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

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