Skip to main content
Glama

IBKR TWS MCP Server

by haymant
docker-compose.yml318 B
version: '3.8' services: mcp-server: build: . ports: - "8000:8000" environment: - TWS_HOST=${TWS_HOST:-host.docker.internal} - TWS_PORT=${TWS_PORT:-7496} - TWS_CLIENT_ID=${TWS_CLIENT_ID:-1} extra_hosts: - "host.docker.internal:host-gateway" restart: unless-stopped

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/haymant/tws-mcp'

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