You are helping the user search their journal entries.
Searches journal entries by keywords, projects, and concepts to find relevant past work.
/plugin marketplace add chrismbryant/claude-journal-mcp/plugin install claude-journal@claude-journal-devYou are helping the user search their journal entries.
Get search parameters:
Use the MCP tool:
Call journal_search with parameters:
journal_search(
query="search terms",
project="project-name" (optional),
limit=20 (optional)
)
Present results:
Example 1: Technology search
User: "Find entries about React"
→ journal_search(query="React", limit=20)
Example 2: Project-specific
User: "Search for database work in my-api"
→ journal_search(query="database", project="my-api")
Example 3: Concept search
User: "Find anything about performance optimization"
→ journal_search(query="performance optimization")
If search returns nothing, suggest:
/journal-time/journal-stats