MCP Session Saver
Allows for the automated saving and organization of AI conversation sessions into Markdown files, structured by metadata such as IDE name and date.
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., "@MCP Session Saversave this current session as 'Backend API Design'"
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.
🎉 MCP Session Saver
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-saverMCP 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
Quick Setup Tools - One-click configuration scripts
Detailed Usage Guide - Complete usage instructions
Multi-IDE Setup - Configuration for Cursor, Claude, and other IDEs
Qoder Configuration - Qoder-specific guide
Internationalization - Multi-language support guide
🛠️ Tech Stack
JavaScript (ES Module)
@modelcontextprotocol/sdk
Node.js >= 16.0.0
📝 License
MIT
👏 Contributing
Issues and Pull Requests are welcome!
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oscar-wang-xin/mcp-session-saver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server