Skip to main content
Glama
playcanvas

PlayCanvas Editor MCP Server

Official
by playcanvas
ci.yml510 B
name: CI on: push: branches: [main] pull_request: branches: [main] jobs: lint: name: Lint runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v6 - name: Set up Node.js 24.x uses: actions/setup-node@v6 with: node-version: 24.x cache: "npm" registry-url: "https://registry.npmjs.org/" - name: Install Dependencies run: npm ci - name: Run ESLint run: npm run lint

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

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