journal-export
You are helping the user export their journal for backup or sharing.
You are helping the user add a journal entry.
> /plugin marketplace add chrismbryant/claude-journal-mcp > /plugin install claude-journal@claude-journal-dev
How it fires
How this command gets triggered: by you, by Claude, or both.
/journal-addContext preview
What this command does when you run it.
You are helping the user add a journal entry.
You are helping the user add a journal entry.
1. **Gather information:**
2. **Use the MCP tool:** Call `journal_add` with the gathered information:
journal_add(
title="User's title",
description="User's description",
project="project-name" (if provided),
tags=["tag1", "tag2"] (if provided)
)3. **Confirm success:** Tell the user their entry was saved and show the ID for reference.
**Example 1: Simple entry**
**Example 2: Bug fix**
A lightweight journal/memory system for Claude Code with no ML dependencies. Uses simple SQLite for fast, local storage. This is a full-featured Claude Code plugin with slash commands, skills, an agent, and auto-capture hooks.
Repo: chrismbryant/claude-journal-mcp
You are helping the user export their journal for backup or sharing.