Skip to main content
Glama

Sally MCP Server

by sally-labs
Dockerfile579 B
# Use Node.js LTS version FROM node:20-slim # Install pnpm RUN npm install -g pnpm # Set working directory WORKDIR /app # Copy package files COPY package.json pnpm-lock.yaml ./ # Install dependencies RUN pnpm install --frozen-lockfile # Copy source code and config files COPY . . # Build TypeScript to JavaScript RUN pnpm run build # Set environment variables that will be overridden by Smithery ENV PRIVATE_KEY="" ENV TRANSPORT_MODE="http" # Expose port for HTTP/SSE transport (Smithery hosted mode) EXPOSE 8081 # Run the production build CMD ["node", "dist/index.js"]

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/sally-labs/sally-mcp'

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