claude-session-browser

thanmay-strativ/claude-session-browser
★ 0 stars Kotlin Code/Dev Tools Updated today
PyCharm/IntelliJ plugin to browse, search, resume and analyse your Claude Code sessions — with an optional MCP server that lets Claude search your own history.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-session-brows": {
      "command": "npx",
      "args": [
        "-y",
        "thanmay-strativ/claude-session-browser"
      ]
    }
  }
}

README Excerpt

A PyCharm / IntelliJ plugin that puts **every Claude Code session on your machine** in a left-hand tool window, grouped by project. Read a session's whole conversation as a read-only transcript, resume it in a terminal tab, organise it with tags, see where your time actually went — and optionally let Claude search your own history.