MCP Hub
Back to servers

Session Saver

A tool for saving and organizing AI development sessions as Markdown files, structured by IDE, date, and description for easy retrieval and persistence.

Stars
2
Updated
Dec 17, 2025
Validated
Feb 18, 2026

🎉 MCP Session Saver

English | 简体中文

An MCP service for saving session records. Session content can be saved to a specified directory and stored as Markdown files organized by IDE name, date, and session description.

✨ Key Features

  • 📝 Save Session Records - Save AI conversations as Markdown files
  • 📁 Smart Organization - Automatically categorized by IDE/date/description
  • 🔍 Session Management - Read, search, and delete sessions
  • 🌐 Multi-IDE Support - Compatible with Qoder, Cursor, Claude Desktop, Windsurf, Trae, Codebuddy, Lingma, Continue, Aider, and more

🚀 Quick Start

Method 1: Using npx (Recommended)

No installation required. Simply add to your IDE's MCP configuration:

{
  "mcpServers": {
    "session-saver": {
      "command": "npx",
      "args": ["-y", "mcp-session-saver"]
    }
  }
}

Method 2: Global Installation

npm install -g mcp-session-saver

MCP Configuration:

{
  "mcpServers": {
    "session-saver": {
      "command": "mcp-session-saver"
    }
  }
}

Method 3: Local Installation

npm install mcp-session-saver

📁 Custom Storage Path (Optional)

Add environment variable in MCP configuration:

{
  "mcpServers": {
    "session-saver": {
      "command": "npx",
      "args": ["-y", "mcp-session-saver"],
      "env": {
        "MCP_SESSION_BASE_DIR": "D:\\MyProjects\\sessions"
      }
    }
  }
}

🎯 How to Use

After configuration, simply say in your IDE:

Save current session
List all sessions
Search session content

📚 Documentation

🛠️ Tech Stack

  • JavaScript (ES Module)
  • @modelcontextprotocol/sdk
  • Node.js >= 16.0.0

📝 License

MIT

👏 Contributing

Issues and Pull Requests are welcome!

Reviews

No reviews yet

Sign in to write a review