We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aryeon0228/BlenderMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•222 B
# Blender MCP Server 환경 변수 설정
# Blender 소켓 서버 연결 설정
BLENDER_HOST=localhost
BLENDER_PORT=9876
# 원격 Blender 인스턴스에 연결하려면:
# BLENDER_HOST=192.168.1.100
# BLENDER_PORT=9876