diff --git a/mcp_server/README.md b/mcp_server/README.md index 501fc6fa..e8aa189b 100644 --- a/mcp_server/README.md +++ b/mcp_server/README.md @@ -163,6 +163,8 @@ The Docker Compose setup includes a Neo4j container with the following default c #### Running with Docker Compose +A Graphiti MCP container is available at: `zepai/knowledge-graph-mcp`. The latest build of this container is used by the Compose setup below. + Start the services using Docker Compose: ```bash diff --git a/mcp_server/docker-compose.yml b/mcp_server/docker-compose.yml index 6a4ba16f..13b64dae 100644 --- a/mcp_server/docker-compose.yml +++ b/mcp_server/docker-compose.yml @@ -20,6 +20,7 @@ services: start_period: 30s graphiti-mcp: + image: zepai/knowledge-graph-mcp:latest build: context: . dockerfile: Dockerfile