Provides automatic session lifecycle management for Git repositories, including automated initialization, quality checkpoints, and session cleanup with learning capture.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Session Buddycheckpoint the current session and analyze workflow efficiency"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Session Buddy
A Session Management MCP Server for Claude Code
A dedicated MCP server that provides comprehensive session management functionality for Claude Code sessions across any project.
π What Makes Session Buddy Unique?
Session Buddy isn't just another session management toolβit's an intelligent development companion that learns from your work and helps you work smarter across projects:
π‘ Automatic Knowledge Capture
Industry-First Feature: Session Buddy automatically captures educational insights from your conversations using deterministic pattern matchingβno manual note-taking required.
The Result: Build a personal knowledge base automatically while you work!
π Cross-Project Intelligence
Unique Capability: Share knowledge across related projects automatically with dependency-aware search.
Works Great For:
ποΈ Microservices: Coordinate patterns across service boundaries
π¦ Monorepos: Share insights across multiple packages/modules
π Multi-Repo: Track patterns across related repositories
π₯ Teams: Collaborative knowledge filtering with voting
Example: Fix an authentication issue in auth-service? Next time you work on user-service (which depends on auth-service), Session Buddy will surface that solution automatically.
π Privacy-First Architecture
β 100% Local Processing: No external API calls
β Local AI Models: ONNX embeddings run on your machine
β Your Data Stays Yours: Nothing leaves your system
β Fast Performance: <50ms extraction, <20ms search
Features
Core Session Management
π Session Initialization: Complete setup with UV dependency management, project analysis, and automation tools
π Quality Checkpoints: Mid-session quality monitoring with workflow analysis and optimization recommendations
π Session Cleanup: Comprehensive cleanup with learning capture and handoff file creation
π Status Monitoring: Real-time session status and project context analysis
β‘ Auto-Generated Shortcuts: Automatically creates
/start,/checkpoint, and/endClaude Code slash commands
π§ Intelligence Features (Unique to Session Buddy)
Session Buddy includes industry-first intelligent knowledge capture and sharing features that transform how you work across projects:
π‘ Automatic Insights Capture & Injection
What It Does:
Automatically extracts educational insights from your conversations using deterministic pattern matching
Stores insights with semantic embeddings for intelligent retrieval
Prevents duplicate capture through SHA-256 content hashing
Makes insights available across sessions via semantic search
How It Works:
When you use explanatory mode (like this session!), Session Buddy automatically captures insights marked with the β
Insight βββββ delimiter:
Multi-Point Capture Strategy:
Checkpoint Capture: Extracts insights during mid-session quality checkpoints
Session End Capture: Additional extraction when session ends
Deduplication: SHA-256 hashing prevents storing duplicate insights
Session-Level Tracking: Maintains hash set across entire session
Benefits:
β Zero Configuration: Works automatically with explanatory mode
β No Hallucination: Rule-based extraction (not AI-generated)
β High Quality: Conservative capture (better to miss than to hallucinate)
β Fast Performance: <50ms extraction, <20ms semantic search
β Privacy-First: All processing done locally, no external APIs
Documentation: See docs/features/INSIGHTS_CAPTURE.md for complete details
π Global Intelligence & Pattern Sharing
What It Does:
Share knowledge across related projects automatically
Track project dependencies (uses, extends, references, shares_code)
Search across all projects with dependency-aware ranking
Coordinate microservices, monorepo modules, or related repositories
How It Works:
Create groups of related projects and define their relationships:
Cross-Project Search:
Search across related projects automatically
Results ranked by dependency relationships
Understand how solutions propagate across your codebase
Benefits:
β Knowledge Reuse: Solutions found in one project help with related projects
β Dependency Awareness: Understand how changes ripple across projects
β Coordinated Development: Work effectively across multiple codebases
β Semantic Understanding: Find patterns even when projects use different terminology
Use Cases:
Microservices: Coordinate related services with shared patterns
Monorepos: Manage multiple packages/modules in one repository
Multi-Repo: Track patterns across separate but related repositories
π Automatic Session Management (NEW!)
For Git Repositories:
β Automatic initialization when Claude Code connects
β Automatic cleanup when session ends (quit, crash, or network failure)
β Intelligent auto-compaction during checkpoints
β Zero manual intervention required
For Non-Git Projects:
π Use
/startfor manual initializationπ Use
/endfor manual cleanupπ Full session management features available on-demand
The server automatically detects git repositories and provides seamless session lifecycle management with crash resilience and network failure recovery. Non-git projects retain manual control for flexible workflow management.
Available MCP Tools
This server provides 79+ specialized tools organized into 11 functional categories. For a complete list of tools, see the MCP Tools Reference.
π§ Intelligence Tools (What Makes Session Buddy Unique)
Insights Management:
search_insights- Search captured insights by topic or query with semantic matchinginsights_statistics- View statistics about captured insights (types, topics, confidence scores)Wildcard search with
*to view all captured insights
Multi-Project Coordination:
create_project_group- Create groups of related projects for coordinated developmentadd_project_dependency- Track relationships between projects (uses, extends, references)search_across_projects- Search across all projects with dependency-aware rankingget_project_insights- Get cross-project insights and collaboration opportunities
Team Collaboration:
create_team- Create teams for knowledge sharingsearch_team_knowledge- Search across team reflections with access controlget_team_statistics- View team activity and contribution metricsvote_on_reflection- Upvote/downvote team reflections for quality filtering
Core Session Management
start- Comprehensive session initialization with project analysis and memory setupcheckpoint- Mid-session quality assessment with workflow analysisend- Complete session cleanup with learning capturestatus- Current session overview with health checks
Memory & Conversation Search
store_reflection- Store insights with tagging and embeddingsquick_search- Fast overview search with count and top resultssearch_summary- Aggregated insights without individual result detailsget_more_results- Pagination support for large result setssearch_by_file- Find conversations tied to a specific filesearch_by_concept- Semantic search by concept with optional file context
Knowledge Graph (DuckPGQ)
Entity and relationship management for project knowledge
SQL/PGQ graph queries for complex relationship analysis
All tools use local processing for privacy, with DuckDB vector storage (FLOAT[384] embeddings) and ONNX-based semantic search requiring no external API calls.
π Integration with Crackerjack
Session Buddy includes deep integration with Crackerjack, the AI-driven Python development platform:
Key Features:
π Quality Metrics Tracking: Automatically captures and tracks quality scores over time
π§ͺ Test Result Monitoring: Learns from test patterns, failures, and successful fixes
π Error Pattern Recognition: Remembers how specific errors were resolved and suggests solutions
Example Workflow:
π Session Buddy - Sets up your session with accumulated context from previous work
π§ Crackerjack runs quality checks and applies AI agent fixes to resolve issues
πΎ Session Buddy captures successful patterns and error resolutions
π§ Next session starts with all accumulated knowledge
For detailed information on Crackerjack integration, see Crackerjack Integration Guide.
Installation
From Source
MCP Configuration
Add to your project's .mcp.json file:
Alternative: Use Script Entry Point
If installed with pip/uv, you can use the script entry point:
Dependencies: Requires Python 3.13+. For a complete list of dependencies, see pyproject.toml. Recent changes include upgrading FastAPI to the 0.127+ series for improved compatibility and removing sitecustomize.py for faster startup reliability.
π§ Setting Up Semantic Search (Optional)
Session Buddy includes semantic search capabilities using local AI embeddings with no external API dependencies.
Current Status:
β Text Search: Works out of the box (fast, keyword-based)
β Semantic Search: Works with ONNX model (no PyTorch required!)
For Text Search (Default): No additional setup needed! The system uses full-text search with FTS5 for fast, accurate results.
For Semantic Search (Optional):
The system uses pre-converted ONNX models for efficient semantic search without requiring PyTorch:
This downloads the Xenova/all-MiniLM-L6-v2 model (~100MB) which includes:
Pre-converted ONNX model (no PyTorch needed!)
384-dimensional embeddings for semantic similarity
Fast CPU inference with ONNX Runtime
Note: Text search is highly effective and recommended for most use cases. Semantic search provides enhanced conceptual matching by understanding meaning beyond keywords.
Usage
Once configured, the following slash commands become available in Claude Code:
Primary Session Commands:
/session-buddy:start- Full session initialization/session-buddy:checkpoint- Quality monitoring checkpoint with scoring/session-buddy:end- Complete session cleanup with learning capture/session-buddy:status- Current status overview with health checks
Auto-Generated Shortcuts:
After running /session-buddy:start once, these shortcuts are automatically created:
/startβ/session-buddy:start/checkpoint [name]β/session-buddy:checkpoint/endβ/session-buddy:end
These shortcuts are created in
~/.claude/commands/and work across all projects
Memory & Search Commands:
/session-buddy:quick_search- Fast search with overview results/session-buddy:search_summary- Aggregated insights without full result lists/session-buddy:get_more_results- Paginate search results/session-buddy:search_by_file- Find results tied to a specific file/session-buddy:search_by_concept- Semantic search by concept/session-buddy:search_code- Search code-related conversations/session-buddy:search_errors- Search error and failure discussions/session-buddy:search_temporal- Search using time expressions/session-buddy:store_reflection- Store important insights with tagging/session-buddy:reflection_stats- Stats about the reflection database
For running the server directly in development mode:
Memory System
Built-in Conversation Memory:
Local Storage: DuckDB database at
~/.claude/data/reflection.duckdbEmbeddings: Local ONNX models for semantic search (no external API needed)
Privacy: Everything runs locally with no external dependencies
Cross-Project: Conversations tagged by project context for organized retrieval
Search Capabilities:
Semantic Search: Vector similarity matching with customizable thresholds
Time Decay: Recent conversations prioritized in results
Filtering: Search by project context or across all projects
Data Storage
This server manages its data locally in the user's home directory:
Memory Storage:
~/.claude/data/reflection.duckdbSession Logs:
~/.claude/logs/Configuration: Uses pyproject.toml and environment variables
Recommended Session Workflow
Initialize Session:
/session-buddy:start- Sets up project context, dependencies, and memory systemMonitor Progress:
/session-buddy:checkpoint(every 30-45 minutes) - Quality scoring and optimizationSearch Past Work:
/session-buddy:quick_searchor/session-buddy:search_summary- Find relevant past conversations and solutionsStore Important Insights:
/session-buddy:store_reflection- Capture key learnings for future sessionsEnd Session:
/session-buddy:end- Final assessment, learning capture, and cleanup
Benefits
π§ Intelligence & Knowledge Sharing (Unique to Session Buddy)
Automatic Insights Capture: Extracts educational insights from conversations without manual effort
Semantic Pattern Discovery: Find related insights across sessions using vector embeddings
Cross-Project Learning: Share knowledge between related projects automatically
Dependency Awareness: Understand how solutions propagate across your codebase
Team Knowledge Base: Collaborative filtering and voting for best practices
No Hallucination: Rule-based extraction ensures only high-quality insights are captured
Comprehensive Coverage
Session Quality: Real-time monitoring and optimization
Memory Persistence: Cross-session conversation retention
Project Structure: Context-aware development workflows
Reduced Friction
Single Command Setup: One
/session-buddy:startsets up everythingLocal Dependencies: No external API calls or services required
Intelligent Permissions: Reduces repeated permission prompts
Automated Workflows: Structured processes for common tasks
Enhanced Productivity
Quality Scoring: Guides session effectiveness
Built-in Memory: Enables building on past work automatically
Project Templates: Accelerates development setup
Knowledge Persistence: Maintains context across sessions
Documentation
Complete documentation is available in the docs/ directory:
π§ Intelligence Features (What Makes Session Buddy Unique)
Intelligence Features Quick Start β Start Here - 5-minute practical guide
Automatic insights capture (how to use
β Insight βββββdelimiters)Cross-project intelligence (group related projects)
Team collaboration (shared knowledge with voting)
Advanced search techniques (semantic, faceted, temporal)
Configuration and troubleshooting
Insights Capture & Deduplication β Deep Dive
Automatic extraction of educational insights from conversations
Multi-point capture strategy (checkpoint + session end)
SHA-256 deduplication to prevent duplicate insights
Semantic search with wildcard support
Complete test coverage (62/62 tests passing)
Architecture and implementation details
User Documentation
User Documentation - Quick start, configuration, and deployment guides
Quick Start Guide - Get started in 5 minutes
Configuration Guide - Advanced configuration options
MCP Tools Reference - Complete tool documentation
Developer Documentation
Developer Documentation - Architecture, testing, and integration guides
Oneiric Migration Guide - Database migration
Architecture Overview - System design and patterns
Feature Guides
Feature Guides - In-depth documentation of specific features
Token Optimization - Context window management
Selective Auto-Store - Reflection storage policy
Auto Lifecycle - Automatic session management
Reference
Reference - MCP schemas and command references
Troubleshooting
Common Issues:
Memory/embedding issues: Ensure all dependencies are installed with
uv syncPath errors: Verify
cwdandPYTHONPATHare set correctly in.mcp.jsonPermission issues: Remove
~/.claude/sessions/trusted_permissions.jsonto reset trusted operations
Debug Mode:
For more detailed troubleshooting guidance, see Configuration Guide or Quick Start Guide.