Skip to main content
Glama

Alpaca Trading MCP Server

by laukikk
MIT License
30
  • Apple
Dockerfile413 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.13-slim # Set working directory WORKDIR /app # Copy project files COPY . /app # Install dependencies RUN pip install --no-cache-dir python-dotenv sqlalchemy RUN pip install --no-cache-dir . # Ensure Python output is not buffered ENV PYTHONUNBUFFERED=1 # Start the MCP server CMD ["python", "src/server.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/laukikk/alpaca-mcp'

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