# MCP Server Transport Configuration
# Use "stdio" for MCP clients like Claude Desktop (default)
# Use "http" for development/testing
MT5_MCP_TRANSPORT=stdio
# HTTP Transport Settings (only used when MT5_MCP_TRANSPORT=http)
MT5_MCP_HOST=127.0.0.1
MT5_MCP_PORT=8000
# MetaTrader 5 Configuration (optional, can be passed to tools or loaded from .env)
# Note: Paths with spaces and backslashes must be quoted
MT5_PATH="C:\Program Files\MetaTrader 5\terminal64.exe"
MT5_LOGIN=123456
MT5_PASSWORD="your_password"
MT5_SERVER="YourBroker-Demo"
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/Af7007/mcp-trader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server