Skip to main content
Glama

cognee-mcp

modal_image.py320 B
import pathlib from os import path from modal import Image from logging import getLogger logger = getLogger("modal_image_creation") image = Image.from_dockerfile( path=pathlib.Path(path.join(path.dirname(__file__), "Dockerfile")).resolve(), force_build=False, ).add_local_python_source("cognee", "entrypoint")

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