Skip to main content
Glama

3D-MCP

by team-plask
import { FastMCP } from "fastmcp"; import { tools } from "./packages/src/tool"; const server = new FastMCP({ name: "Addition", version: "1.0.0", }); Object.entries(tools).forEach(([toolName, tool]) => { server.addTool({ name: toolName, description: tool.description, parameters: tool.parameters, execute: tool.executeString, }); }); server.start({ transportType: "stdio", });

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