Add : Openmemory Local Support using New Library (#3014)
Co-authored-by: Saket Aryan <saketaryan2002@gmail.com>
This commit is contained in:
@@ -26,10 +26,10 @@ These values define where your MCP server is running and which user's memory is
|
||||
|
||||
### MCP Client Setup
|
||||
|
||||
Use the `install-mcp` utility to connect a client. The general command format is as follows:
|
||||
Use the following one step command to configure OpenMemory Local MCP to a client. The general command format is as follows:
|
||||
|
||||
```bash
|
||||
npx install-mcp http://localhost:8765/mcp/<client-name>/sse/<user-id> --client <client-name>
|
||||
npx @openmemory/install local http://localhost:8765/mcp/<client-name>/sse/<user-id> --client <client-name>
|
||||
```
|
||||
|
||||
Replace `<client-name>` with the desired client name and `<user-id>` with the value specified in your environment variables.
|
||||
|
||||
Reference in New Issue
Block a user