Skip to main content
Glama

In Memoria

Dockerfile431 B
FROM node:22-slim # Install build dependencies RUN apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/* WORKDIR /app # Copy package files and install dependencies COPY package*.json ./ RUN npm ci --only=production # Copy and build application COPY . . RUN npm run build # Set up runtime ENV NODE_ENV=production ENV IN_MEMORIA_DB_PATH=/app/in-memoria.db CMD ["node", "dist/index.js", "server"]

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/pi22by7/In-Memoria'

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