Skip to main content
Glama

myAI Memory Sync

by Jktfe
Dockerfile335 B
FROM node:20-alpine WORKDIR /app # Copy package.json and package-lock.json COPY package*.json ./ # Install dependencies RUN npm ci # Copy source code COPY . . # Build the project RUN npm run build # Expose port for HTTP server (if needed) EXPOSE 3000 # Set the command to run the MCP server CMD ["node", "dist/direct-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/Jktfe/myAImemory-mcp'

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