
Session Buddy
by lesleslie
Advanced session management and knowledge capture for Claude Code with semantic memory and cross-project intelligence.
What it does
Session Buddy is a dedicated MCP server that manages the lifecycle of Claude Code sessions. It automatically captures structured insights from conversations, stores them in a local DuckDB vector store, and enables semantic retrieval of project knowledge across different repositories and sessions.
Tools
start: Initializes a session with project analysis and memory setup.checkpoint: Performs mid-session quality assessments and context compaction.end: Completes session cleanup and captures final learnings.search_insights: Performs semantic search over captured project insights.create_project_group: Links related projects for cross-repo intelligence.get_real_time_metrics: Provides live dashboard data on skill usage and performance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"session-buddy": {
"command": "python",
"args": ["-m", "session_buddy.server"],
"cwd": "/path/to/session-buddy",
"env": {
"PYTHONPATH": "/path/to/session-buddy"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install session-buddyInformation
- Pricing
- free
- Published
- 4/30/2026






