@jurislm/entire-mcp

@jurislm/entire-mcp

MCP server providing 19 tools to manage AI agent checkpoints and sessions via the Entire CLI.

Category
Visit Server

README

@jurislm/entire-mcp

MCP server for the Entire CLI — 19 tools for managing AI agent checkpoints and sessions.

Requirements

  • Entire CLI installed and authenticated (entire login)
  • Node.js ≥ 18 or Bun ≥ 1.1

Installation

Add to your Claude Code .mcp.json:

{
  "entire": {
    "command": "npx",
    "args": ["-y", "@jurislm/entire-mcp@latest"],
    "env": {
      "ENTIRE_REPO_PATH": "/path/to/your/repo"
    }
  }
}

Note: ENTIRE_REPO_PATH must be set in ~/.zshenv (not ~/.zshrc) — MCP servers run as non-interactive subprocesses and do not source shell rc files.

Tools (19)

Checkpoint

Tool Description
entire_checkpoint_list List all checkpoints on the current branch (local read)
entire_checkpoint_explain View a checkpoint's full transcript and summary
entire_checkpoint_rewind_list List available rewind points
entire_checkpoint_rewind ⚠️ Rewind to a checkpoint commit (destructive)

Explain

Tool Description
entire_explain_commit Get session transcript for a git commit SHA
entire_explain_checkpoint Get checkpoint transcript — modes: default / full / raw

Search

Tool Description
entire_search Search checkpoints with --json output; filters: repo, branch, author, date, limit, page

Session

Tool Description
entire_session_list List all sessions (local read)
entire_session_current Active session JSON for the current worktree
entire_session_info Show details for a specific session ID

Misc

Tool Description
entire_version Verify CLI is installed and show version
entire_status Get active session ID for the current repo
entire_recap Generate a summary of the current session's work
entire_doctor Diagnose Entire installation and repo setup
entire_resume Check out a branch and restore session metadata
entire_attach Link an untracked session to Entire's checkpoint system
entire_labs_review Experimental code review (preview, may be unstable)
entire_dispatch Generate a dispatch summarizing recent agent work
entire_activity Display activity overview and repository breakdown

Environment Variables

Variable Required Description
ENTIRE_REPO_PATH Recommended Default git repo path (fallback for each tool's repo_dir parameter)

Each tool also accepts a repo_dir parameter to override this variable per call.

Authentication

All tools rely on entire login having been run locally. Tokens are stored in the OS keychain. This MCP server does not manage authentication.

Notes

  • entire checkpoint search --json is an unstable preview feature and is intentionally excluded. Use entire_checkpoint_list + entire_checkpoint_explain instead.
  • entire_search always passes --json — running entire search without it opens an interactive TUI, which hangs in non-interactive MCP subprocesses.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured