Skip to main content
Glama

Cinema4D MCP Server

by ttiimmaacc
"""Configuration handling for Cinema 4D MCP Server.""" import os # Default configuration C4D_HOST = os.environ.get('C4D_HOST', '127.0.0.1') C4D_PORT = int(os.environ.get('C4D_PORT', 5555))

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/ttiimmaacc/cinema4d-mcp'

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