We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fshamim/mcp-server-zep-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Dockerfile•215 B
FROM python:3.9-slim
WORKDIR /app
# Copy project files
COPY . .
# Install as a package
RUN pip install --no-cache-dir .
# Server uses stdio transport (stdin/stdout for MCP protocol)
CMD ["mcp-server-zep-cloud"]