Hooks into Claude Code to auto-capture your coding sessions as structured logs without manual journaling. Every time you edit a file, the PostToolUse hook fires `muse_session_history` to save code blocks and decisions. When you stop, it calls `muse_create_session_log` to bundle the session. Later, run the `daily-vibe-log` prompt and it compiles today's captures into a single document, then publishes to Notion, Obsidian, GitHub Wiki, Confluence, Slack, or Discord. The `refactor-context` prompt chains session history with AST analysis and git diff to generate PR descriptions that explain why you picked option B over option A. Useful when you need design decisions and architecture notes to write themselves instead of trawling git log after the fact.
claude mcp add --transport stdio io.github.muse-code-space-vibe-coding -- npx -y vibe-coding-mcp