Skip to main content
Glama
format-on-merge.yml895 B
name: Format on merge on: push: branches: [main] workflow_dispatch: permissions: contents: write jobs: format: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: token: ${{ secrets.FORMATTING_TOKEN }} - name: Set up mise uses: jdx/mise-action@v2 with: cache: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies run: pnpm install --frozen-lockfile - name: Fix code formatting run: pnpm format - name: Commit formatting fixes run: | git config --local user.email "action@github.com" git config --global user.name 'github-actions[bot]' git add . if [ -n "$(git status --porcelain)" ]; then git commit -m "Auto-fix formatting" git push fi

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

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