npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claudereview-mcp

v0.1.5

Published

MCP server for sharing Claude Code, Codex, and Gemini CLI sessions

Downloads

428

Readme

claudereview-mcp

MCP server for sharing Claude Code, Codex CLI, and Gemini CLI sessions via claudereview.com.

Installation

npm install -g claudereview-mcp
# or
bun add -g claudereview-mcp

Then add to ~/.mcp.json:

{
  "mcpServers": {
    "claudereview": {
      "command": "bunx",
      "args": ["claudereview-mcp"],
      "env": {
        "CCSHARE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Authentication

To link shared sessions to your account:

  1. Log in at claudereview.com with GitHub
  2. Go to Dashboard → Settings → API Keys
  3. Create a new API key
  4. Add it to your MCP config as shown above

Without an API key, sessions are shared anonymously and won't appear in your dashboard.

Tools

list_sessions

List available Claude Code, Codex CLI, and Gemini CLI sessions.

list_sessions(limit?: number)

Returns sessions with source indicator ([Claude], [Codex], or [Gemini]).

share_session

Share a session and get an encrypted URL.

share_session(session_id: string, title?: string)

Use session_id: "last" to share the most recent session.

copy_session

Copy a session as formatted Markdown text.

copy_session(session_id: string)

Returns the session content as Markdown with stats, git context, tools summary, and full conversation. Use this when you want to paste session content somewhere rather than sharing a URL.

Usage

Once configured, just ask Claude:

  • "Share this session"
  • "List my recent sessions"
  • "Share session abc123 with title 'Bug fix review'"
  • "Copy the last session as text"
  • "Give me the markdown for this session"

Viewer Features

Shared sessions include a full-featured viewer:

  • Dark/Light Theme: Toggle with button or system preference
  • Search: Full-text search with ⌘F
  • Collapsible Outputs: Expand/collapse tool results
  • Syntax Highlighting: Code blocks with language detection
  • Diff View: Visual diffs for Edit tool changes
  • Key Moments: Summary of files created/modified, commands run
  • Git Context: Links to repo, branch, and commit
  • Clickable Tool Badges: Jump to tool usage instances
  • Token Estimates: Rough usage statistics
  • Deep Linking: Link to specific messages with #msg-N
  • OG Meta Tags: Rich previews when sharing links