We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhn-commerce-fe/figma-mcp-ncds'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: "Setup and install"
description: "Common setup steps for Actions"
runs:
using: composite
steps:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.10.0
- name: Install Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20.17.0
cache: "pnpm"
- name: Install PNPM Dependencies
shell: bash
run: pnpm install