Skip to main content
Glama

3D-MCP

by team-plask
fs.ts235 B
import { existsSync, mkdirSync } from "fs"; /** * Ensure a directory exists, creating it if it doesn't */ export function ensureDirectoryExists(dir: string) { if (!existsSync(dir)) { mkdirSync(dir, { recursive: true }); } }

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/team-plask/3d-mcp'

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