Skip to main content
Glama

QuantConnect MCP Server

.dxtignore1.19 kB
# ---- Python artefacts -------------------------------------------------- __pycache__/ .pytest_cache/* *.py[cod] *.so .mypy_cache/* release.py # ---- Packaging --------------------------------------------------------- *.egg-info/ build/ dist/ *.dxt # ---- Environments & tooling ------------------------------------------- .env .venv/ venv/ .idea/ .vscode/ .claude/ # ---- macOS clutter ----------------------------------------------------- .DS_Store # ---- Secrets & Credentials -------------------------------------------- client_secret.json .credentials/ *.key *.pem *.p12 *.crt *.der token.pickle credentials.json # ---- Test & Debug Files ----------------------------------------------- .coverage pytest_out.txt mcp_server_debug.log diff_output.txt planning_docs/ changes.diff *.diff *.patch tests/ # ---- Documentation (separate repo) ------------------------------------ Documentation/ # ---- Non-main branch files ---------------------------------------- lean-cli/ refac_add.md # ---- Temporary & Build Files ------------------------------------------ *.tmp *.log *.pid *.swp *.swo *~ # ---- Lock files ------------------------------------------------------- uv.lock

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