Skip to main content
Glama

3D Asset Processing MCP

by GeoLibra
index.ts306 B
import { Router } from 'express'; import gltfPipelineRoutes from './gltf-pipeline-api'; import gltfTransformRoutes from './gltf-transform-api'; const router = Router(); // Register API routes router.use('/gltf', gltfPipelineRoutes); router.use('/transform', gltfTransformRoutes); export default router;

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/GeoLibra/3d-asset-processing-mcp'

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