Skip to main content
Glama
server.js311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const server_1 = require("./mcp/server"); // Create and start the MCP server const server = new server_1.MCPServer({ name: 'unity-mcp', description: 'Unity-AI Bridge with MCP compatibility', port: 8080 }); server.start();

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/TSavo/Unity-MCP'

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