Skip to main content
Glama

CentralMind/Gateway

deploy_docs.yml874 B
name: Deploy to GitHub Pages on: push: branches: [ main ] workflow_dispatch: permissions: contents: write jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '18' cache: 'npm' cache-dependency-path: docs/package.json - name: Install dependencies working-directory: docs run: npm ci - name: Build documentation working-directory: docs run: npm run build - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: repository-name: centralmind/centralmind-docs token: ${{ secrets.GH_PAGES_TOKEN }} folder: docs/dist branch: main

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/centralmind/gateway'

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