# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config
FROM node:lts-alpine
WORKDIR /app
# install dependencies without running prepare scripts
COPY package.json package-lock.json ./
RUN npm install --ignore-scripts
# copy source and build
COPY . .
RUN npm run build
# set default command to run the MCP server
ENTRYPOINT ["node", "dist/index.cjs"]
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/MatthewDailey/rime-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server