Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mem-agent-mcp

This is an MCP server for our model [driaforall/mem-agent](https://huggingface.co/driaforall/mem-agent), which can be connected to apps like Claude Desktop or Lm Studio to interact with an obisidian-like memory system.
This is an MCP server for our model [driaforall/mem-agent](https://huggingface.co/driaforall/mem-agent), which can be connected to apps like Claude Desktop or Lm Studio to interact with an obsidian-like memory system.

## Supported Platforms

Expand Down Expand Up @@ -118,6 +118,15 @@ The wizard will guide you through:

#### Manual CLI Usage

**Quick Demo with Sample Memories:**
```bash
make run-agent
make serve-mcp-http
python examples/mem_agent_cli.py
```

Sample memory packs (`healthcare` and `client_success`) are included to demonstrate mem-agent functionality with different data types. Use the interactive CLI to explore these memories and test prompts.

List Available Connectors:
```bash
make connect-memory
Expand Down Expand Up @@ -457,4 +466,4 @@ This system is designed as local add-ons that don't affect the main mem-agent-mc
- All changes preserve existing functionality
- Debug improvements enhance troubleshooting

Pull requests welcome for new connectors and improvements!
Pull requests welcome for new connectors and improvements!
Loading