Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Cinema4D MCP Server
Claim
by
ttiimmaacc
GitHub
Python
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
cinema4d-mcp
src
cinema4d_mcp
src/cinema4d_mcp/config.py
src/cinema4d_mcp/__init__.py
src/cinema4d_mcp/server.py
src/cinema4d_mcp/utils.py
"""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))