Skip to main content
Glama

Git MCP Server

ci.yml538 B
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: version: 10.18.3 - uses: actions/setup-node@v4 with: node-version: '22' cache: 'pnpm' - name: Install run: pnpm install - name: Lint run: pnpm run lint - name: Build run: pnpm run build - name: Test run: pnpm run test

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/yevheniikravchuk/git-mcp'

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