# QuantConnect MCP Server Environment Configuration
# ===== Server Configuration =====
MCP_HOST=127.0.0.1
MCP_PORT=8000
MCP_TRANSPORT=stdio
MCP_PATH=/mcp
LOG_LEVEL=INFO
# ===== QuantConnect Authentication =====
# Required: Get these from your QuantConnect account
QUANTCONNECT_USER_ID=your_user_id_here
QUANTCONNECT_API_TOKEN=your_api_token_here
# Optional: Organization ID (get from organization URL)
QUANTCONNECT_ORGANIZATION_ID=your_organization_id_here
# ===== Authentication Instructions =====
# 1. User ID: Sent to you via email when you sign up
# 2. API Token: Available at https://www.quantconnect.com/settings/
# 3. Organization ID: From your organization URL
# Example: https://www.quantconnect.com/organization/5cad178b20a1d52567b534553413b691
# Organization ID would be: 5cad178b20a1d52567b534553413b691
# ===== Usage =====
# Copy this file to .env and fill in your actual credentials:
# cp .env.example .env
#
# Then edit .env with your actual values (never commit .env to git!)
# ===== Security Notes =====
# - Never commit your actual credentials to version control
# - Keep your API token secure and rotate it regularly
# - Use environment variables in production environments
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/taylorwilsdon/quantconnect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server