Skip to main content
Glama
Dockerfile613 B
FROM python:3.11-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y \ curl \ && rm -rf /var/lib/apt/lists/* # Install uv for faster package management RUN pip install --no-cache-dir uv # Copy project files COPY pyproject.toml ./ COPY graphiti_mcp_server.py ./ # Install dependencies RUN uv pip install --system -r pyproject.toml || \ pip install --no-cache-dir mcp neo4j openai python-dotenv # Expose port for SSE transport EXPOSE 8000 # Run the server CMD ["python", "graphiti_mcp_server.py", "--transport", "sse", "--host", "0.0.0.0", "--port", "8000"]

Latest Blog Posts

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/apexneural-hansika/graphiti_mcp'

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