Skip to main content
Glama

IBKR TWS MCP Server

by haymant
Dockerfile291 B
FROM python:3.11-slim # Install uv RUN pip install uv WORKDIR /app # Copy project files COPY pyproject.toml uv.lock ./ COPY src/ ./src/ COPY main.py ./ # Install dependencies RUN uv sync --frozen # Expose server port EXPOSE 8000 # Run the server CMD ["uv", "run", "python", "main.py"]

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