Skip to main content
Glama

alpaca-mcp-server

Official
by alpacahq
Dockerfile336 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 using the CLI entry point CMD ["alpaca-mcp-server", "serve"]

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

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