# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
FROM oven/bun:alpine
WORKDIR /app
# Copy package manifest and bun lock files
COPY package.json bun.lock bunbuild.toml bunfig.toml tsconfig.json ./
# Install dependencies using bun
RUN bun install
# Copy the rest of the application source code
COPY . .
# Build the project
RUN bun run build
# Expose port (if needed, but MCP usually uses stdio)
# Start the MCP server
CMD ["bun", "run", "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/aakarsh-sasi/memory-bank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server