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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

AI Chat Session Importer and Viewer

Import your AI chat sessions into a local database, then browse and search them through a web interface.
Import your AI chat sessions into a local database, then browse and search them through a web interface or via MCP tools.

## Supported Providers

Expand Down Expand Up @@ -80,8 +80,13 @@ This scans all providers locally and sends each session to the server's `POST /a
| Method | Endpoint | Description |
|--------|----------|-------------|
| `POST` | `/api/import/session` | Import a single session. Expects a JSON body with `session`, `provider`, `projectPath`, `projectName`, `created`, and `updated` fields. |
| `POST` | `/api/mcp` | MCP endpoint (Streamable HTTP) with tools: `search_sessions`, `get_session`. |
| `GET` | `/api/mcp` | Streamable HTTP session channel (used by MCP clients). |
| `DELETE` | `/api/mcp` | Close a Streamable HTTP MCP session. |

The MCP endpoint uses Streamable HTTP over JSON-RPC.

## Screenshots

![My Mega Memory screenshot](docs/my-mega-memory.webp)
![My Mega Memory screenshot](docs/my-mega-memory_1.webp)
![My Mega Memory screenshot](docs/my-mega-memory_1.webp)
Loading