Skip to main content
Glama
config.yaml2.36 kB
# Maya MCP Server Configuration # Default configuration file for Maya MCP Server # Server settings host: localhost port: 8765 maya_port: 7022 debug: false log_level: INFO timeout: 30 max_retries: 3 retry_delay: 1.0 # Maya settings maya_executable: null # Auto-detect Maya executable maya_version: null # Auto-detect Maya version auto_start_maya: false # Security settings allowed_commands: # Basic primitives - polyCube - polySphere - polyCylinder - polyPlane - polyTorus - polyCone - polyPyramid - polyPipe - polyHelix - polyPrism # NURBS objects - sphere - cylinder - plane - cone - torus - circle - square # Curves and surfaces - curve - nurbsCurve - nurbsPlane - nurbsSphere - nurbsCylinder - nurbsCone - nurbsTorus - cv - ep - bezier # Lights - directionalLight - pointLight - spotLight - areaLight - ambientLight - volumeLight # Cameras - camera - cameraView # Deformers - cluster - lattice - nonLinear - sculpt - wire - wrap - blendShape - skinCluster # Animation and rigging - joint - ikHandle - ikEffector - constraint - orientConstraint - pointConstraint - parentConstraint - scaleConstraint - aimConstraint - poleVectorConstraint # Dynamics - particle - emitter - field - fluid - nCloth - nRigid # Materials and shading - shadingNode - material - lambert - blinn - phong - anisotropic - layeredShader - surfaceShader - useBackground # Basic operations - select - ls - listRelatives - listConnections - listAttr - getAttr - setAttr - addAttr - deleteAttr - connectAttr - disconnectAttr - move - rotate - scale - delete - duplicate - group - ungroup - parent - unparent # Scene operations - file - newFile - openFile - saveFile - importFile - exportSelected - reference # Outliner and DAG operations - outlinerEditor - dagNode - transform - shape # Maya API and Python - python - mel - evalDeferred - scriptJob - namespace # Plugin operations - loadPlugin - unloadPlugin - pluginInfo - moduleInfo blocked_commands: - file - system - eval - exec - import - open - subprocess # Plugin settings plugin_path: plug-ins/maya_mcp.py auto_load_plugin: true

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/Jeffreytsai1004/maya-mcp'

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