Skip to main content
Glama

PlayCanvas Editor MCP Server

Official
by playcanvas
isolated.js342 B
window.addEventListener('message', (event) => { if (event.data?.ctx !== 'main') { return; } const { name, args } = event.data; chrome.runtime.sendMessage({ name, args }); }); chrome.runtime.onMessage.addListener((data) => { const { name, args } = data; window.postMessage({ name, args, ctx: 'isolated' }); });

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