Skip to content

Commit 95c6f6a

Browse files
committed
docs: simplify Graphiti setup
Present Graphiti MCP and FalkorDB as a single setup flow, and clarify that the plugin reuses the same storage layer for short-term memory alongside Graphiti's long-term knowledge graph.
1 parent 8c484d8 commit 95c6f6a

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,22 @@ No Graphiti call ever blocks a hook return.
7777

7878
## Prerequisites
7979

80-
### FalkorDB / Redis
81-
82-
A running [FalkorDB](https://www.falkordb.com/) instance accessible via the
83-
Redis protocol. The easiest way to start one:
84-
85-
```bash
86-
docker run -p 6379:6379 falkordb/falkordb:latest
87-
```
88-
89-
### Graphiti MCP Server
90-
91-
A running
80+
Start the
9281
[Graphiti MCP server](https://github.com/getzep/graphiti/tree/main/mcp_server)
93-
accessible over HTTP:
82+
with its default [FalkorDB](https://www.falkordb.com/) backend:
9483

9584
```bash
9685
git clone https://github.com/getzep/graphiti.git
9786
cd graphiti/mcp_server
9887
docker compose up -d
9988
```
10089

101-
This starts the MCP server at `http://localhost:8000/mcp`.
90+
This starts Graphiti at `http://localhost:8000/mcp` and FalkorDB/Redis on
91+
`localhost:6379`.
92+
93+
This plugin reuses that same FalkorDB/Redis storage layer alongside Graphiti: it
94+
keeps short-term memory locally for every turn, while Graphiti builds the
95+
long-term knowledge graph on top of the same backend.
10296

10397
> **Note:** Graphiti is optional for basic operation. If Graphiti is
10498
> unavailable, the plugin continues to function with FalkorDB/Redis-sourced

0 commit comments

Comments
 (0)