You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,16 +220,11 @@ First, you'll need to download this repository. After you've downloaded it, you
220
220
221
221
2 (a). The easiest way to start the REST API server and MCP server in SSE mode is to use Docker Compose. See the Docker Compose section of this file for more details.
222
222
223
-
2 (b). You can also run the REST API and MCP servers directly:
224
-
#### REST API
223
+
2 (b). You can also run the REST API and MCP servers directly, e.g.:
224
+
#### REST API (direct, without CLI)
225
225
```bash
226
226
python -m agent_memory_server.main
227
227
```
228
-
#### MCP Server
229
-
The MCP server can run in either SSE mode or stdio:
230
-
```bash
231
-
agent-memory mcp --mode <sse|stdio>
232
-
```
233
228
234
229
**NOTE:** With uv, prefix the command with `uv`, e.g.: `uv run agent-memory --mode sse`. If you installed from source, you'll probably need to add `--directory` to tell uv where to find the code: `uv run --directory <path/to/checkout> run agent-memory --mode stdio`.
235
230
@@ -267,9 +262,9 @@ For example, with Claude, use the following configuration:
0 commit comments