Skip to main content
Glama

cognee-mcp

Dockerfile552 B
# Use an official Node.js runtime as a parent image FROM node:22-alpine # Set the working directory to /app WORKDIR /app # Copy package.json and package-lock.json to the working directory COPY package.json package-lock.json ./ # Install any needed packages specified in package.json RUN npm ci RUN npm rebuild lightningcss # Copy the rest of the application code to the working directory COPY src ./src COPY public ./public COPY next.config.mjs . COPY postcss.config.mjs . COPY tsconfig.json . # Build the app and run it CMD ["npm", "run", "dev"]

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/topoteretes/cognee'

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