Skip to main content
Glama

ChatterBox MCP Server

by ChatterBoxIO
Dockerfile674 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # syntax=docker/dockerfile:1 FROM node:lts-alpine AS builder WORKDIR /app # Install pnpm RUN npm install -g pnpm # Copy package files and tsconfig COPY package.json pnpm-lock.yaml tsconfig.json ./ COPY src ./src # Install dependencies and build RUN pnpm install --frozen-lockfile RUN pnpm run build FROM node:lts-alpine AS runner WORKDIR /app # Copy built files and production dependencies COPY --from=builder /app/build ./build COPY package.json pnpm-lock.yaml ./ # Install production dependencies RUN npm install --production # Default command ENTRYPOINT ["node", "build/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/ChatterBoxIO/chatterboxio-mcp-server'

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