@jurislm/entire-mcp
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., "@@jurislm/entire-mcplist all checkpoints on the current branch"
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.
@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_PATHmust 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 |
| List all checkpoints on the current branch (local read) |
| View a checkpoint's full transcript and summary |
| List available rewind points |
| ⚠️ Rewind to a checkpoint commit (destructive) |
Explain
Tool | Description |
| Get session transcript for a git commit SHA |
| Get checkpoint transcript — modes: |
Search
Tool | Description |
| Search checkpoints with |
Session
Tool | Description |
| List all sessions (local read) |
| Active session JSON for the current worktree |
| Show details for a specific session ID |
Misc
Tool | Description |
| Verify CLI is installed and show version |
| Get active session ID for the current repo |
| Generate a summary of the current session's work |
| Diagnose Entire installation and repo setup |
| Check out a branch and restore session metadata |
| Link an untracked session to Entire's checkpoint system |
| Experimental code review (preview, may be unstable) |
| Generate a dispatch summarizing recent agent work |
| Display activity overview and repository breakdown |
Environment Variables
Variable | Required | Description |
| Recommended | Default git repo path (fallback for each tool's |
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 --jsonis an unstable preview feature and is intentionally excluded. Useentire_checkpoint_list+entire_checkpoint_explaininstead.entire_searchalways passes--json— runningentire searchwithout it opens an interactive TUI, which hangs in non-interactive MCP subprocesses.
License
MIT
This server cannot be installed
Maintenance
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/jurislm/entire-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server