Skip to main content
Glama
pr.yml602 B
name: PR Validation on: pull_request: branches: [main] types: [opened, synchronize, reopened] jobs: build: name: Build and Test runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v5 with: node-version: 'lts/*' cache: 'npm' cache-dependency-path: 'package-lock.json' - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Build project run: npm run build

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/PatrickRuddiman/local-search-mcp'

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