Skip to main content
Glama
playcanvas

PlayCanvas Editor MCP Server

Official
by playcanvas
publish.yml921 B
name: Publish on: push: tags: - "v[0-9]+.[0-9]+.[0-9]+" jobs: publish: name: Publish runs-on: ubuntu-latest if: ${{ github.repository_owner == 'playcanvas' }} permissions: contents: write id-token: write 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 Publint run: npm run publint - name: Publish to npm run: npm publish --provenance - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: generate_release_notes: true prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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