Skip to content

Commit b235a60

Browse files
committed
update graphiti MCP server starting command
1 parent a725b87 commit b235a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphiti-mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docker compose up
5656
**Note**: When running the Docker Compose for both the Neo4j database and the Graphiti MCP server, if you encounter the `No server info found` error in the MCP logs, try running the server directly using Python to troubleshoot the issue.
5757

5858
```bash
59-
python graphiti_mcp_server.py --transport sse
59+
uv run graphiti_mcp_server.py --model gpt-4.1-mini --transport sse
6060
```
6161

6262
### Integrate MCP Clients

0 commit comments

Comments
 (0)