FROM node:22-slim
RUN apt-get update -y && apt-get install -y openssl
RUN npm install -g bun
WORKDIR /app
ADD ./package.json /app/package.json
ADD ./bun.lock /app/bun.lock
RUN bun install --frozen-lockfile
ADD ./ /app/
RUN bun run build
RUN bun run download-content
RUN bun run init-vector-store
EXPOSE 1234
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/appwrite/mcp-for-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server