Skip to main content
Glama

Alpaca Trading MCP Server

by dogmaai
Dockerfile402 B
FROM python:3.11-slim WORKDIR /app # Copy project files COPY pyproject.toml README.md ./ COPY src/ ./src/ COPY .github/core .github/core # Install Python dependencies RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir . # Run the MCP server with HTTP transport CMD ["alpaca-mcp-server", "serve", "--transport", "streamable-http", "--host", "0.0.0.0", "--port", "8080"]

Latest Blog Posts

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/dogmaai/alpaca-mcp-server'

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