Skip to main content
Glama

🎉 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

Related MCP server: GenZ MCP Server

🚀 Quick Start

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!

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

–Maintainers
–Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A streamlined MCP server that provides essential AI-powered tools for interactive development chat and systematic root cause analysis. It supports multiple AI providers to help developers brainstorm technical solutions and perform evidence-based debugging.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables users to retrieve, filter, and search through Claude Code conversation history stored in local projects. It provides tools for listing projects and sessions, paginating through message history, and searching across conversations with keyword filtering.
    Last updated
    36
    11
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that enables users to transform AI conversations into a structured, searchable knowledge base by saving ideas, code snippets, bookmarks, and reminders. It supports persistent storage through Supabase or PostgreSQL and includes webhook integrations for automating workflows with external tools.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

View all MCP Connectors

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