Skip to main content
Glama

UnrealBlueprintMCP

by BestDev
.env.example1.06 kB
# Environment Configuration Template for UnrealBlueprintMCP # Copy this file to .env and fill in your actual values # OpenAI API Configuration (Required for LangChain examples) # Get your API key from: https://platform.openai.com/api-keys OPENAI_API_KEY=sk-your-openai-api-key-here # LangChain Configuration LANGCHAIN_MODEL=gpt-3.5-turbo MAX_TOKENS=2000 # MCP Server Configuration MCP_SERVER_URL=ws://localhost:6277 MCP_TIMEOUT=30.0 # Unreal Engine Paths UNREAL_PROJECT_PATH=/path/to/your/unreal/project UNREAL_ENGINE_PATH=/path/to/unreal/engine # Batch Operation Settings BATCH_SIZE=10 MAX_CONCURRENT_OPS=5 BATCH_DELAY=0.1 # Performance Monitoring ENABLE_PERF_LOGGING=true PERF_LOG_FILE=examples_performance.log # Web Dashboard Configuration DASHBOARD_HOST=localhost DASHBOARD_PORT=8080 DASHBOARD_REFRESH=5 # Security Settings WEBSOCKET_MAX_MESSAGE_SIZE=1048576 # 1MB in bytes MAX_BLUEPRINT_NAME_LENGTH=64 MAX_PROPERTY_VALUE_LENGTH=1024 # Logging Configuration LOG_LEVEL=INFO LOG_FILE=unreal_blueprint_mcp.log

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/BestDev/unreal_bp_mcp'

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