{"id":50309671,"url":"https://github.com/jurislm/entire-mcp","last_synced_at":"2026-05-28T20:01:12.831Z","repository":{"id":357849337,"uuid":"1238789687","full_name":"jurislm/entire-mcp","owner":"jurislm","description":"MCP server for the Entire CLI — manage AI agent checkpoints and sessions","archived":false,"fork":false,"pushed_at":"2026-05-14T13:58:57.000Z","size":59,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T15:39:42.777Z","etag":null,"topics":["ai-agent","bun","checkpoint","entire","mcp","model-context-protocol","session","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jurislm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-14T13:05:05.000Z","updated_at":"2026-05-14T14:00:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jurislm/entire-mcp","commit_stats":null,"previous_names":["jurislm/entire-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jurislm/entire-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurislm%2Fentire-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurislm%2Fentire-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurislm%2Fentire-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurislm%2Fentire-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jurislm","download_url":"https://codeload.github.com/jurislm/entire-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jurislm%2Fentire-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33624221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","bun","checkpoint","entire","mcp","model-context-protocol","session","typescript"],"created_at":"2026-05-28T20:01:04.460Z","updated_at":"2026-05-28T20:01:12.761Z","avatar_url":"https://github.com/jurislm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @jurislm/entire-mcp\n\nMCP server for the [Entire CLI](https://github.com/entireio/cli) — 19 tools for managing AI agent checkpoints and sessions.\n\n## Requirements\n\n- [Entire CLI](https://github.com/entireio/cli) installed and authenticated (`entire login`)\n- Node.js ≥ 18 or Bun ≥ 1.1\n\n## Installation\n\nAdd to your Claude Code `.mcp.json`:\n\n```json\n{\n  \"entire\": {\n    \"command\": \"npx\",\n    \"args\": [\"-y\", \"@jurislm/entire-mcp@latest\"],\n    \"env\": {\n      \"ENTIRE_REPO_PATH\": \"/path/to/your/repo\"\n    }\n  }\n}\n```\n\n\u003e **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.\n\n## Tools (19)\n\n### Checkpoint\n\n| Tool | Description |\n|------|-------------|\n| `entire_checkpoint_list` | List all checkpoints on the current branch (local read) |\n| `entire_checkpoint_explain` | View a checkpoint's full transcript and summary |\n| `entire_checkpoint_rewind_list` | List available rewind points |\n| `entire_checkpoint_rewind` | ⚠️ Rewind to a checkpoint commit (destructive) |\n\n### Explain\n\n| Tool | Description |\n|------|-------------|\n| `entire_explain_commit` | Get session transcript for a git commit SHA |\n| `entire_explain_checkpoint` | Get checkpoint transcript — modes: `default` / `full` / `raw` |\n\n### Search\n\n| Tool | Description |\n|------|-------------|\n| `entire_search` | Search checkpoints with `--json` output; filters: `repo`, `branch`, `author`, `date`, `limit`, `page` |\n\n### Session\n\n| Tool | Description |\n|------|-------------|\n| `entire_session_list` | List all sessions (local read) |\n| `entire_session_current` | Active session JSON for the current worktree |\n| `entire_session_info` | Show details for a specific session ID |\n\n### Misc\n\n| Tool | Description |\n|------|-------------|\n| `entire_version` | Verify CLI is installed and show version |\n| `entire_status` | Get active session ID for the current repo |\n| `entire_recap` | Generate a summary of the current session's work |\n| `entire_doctor` | Diagnose Entire installation and repo setup |\n| `entire_resume` | Check out a branch and restore session metadata |\n| `entire_attach` | Link an untracked session to Entire's checkpoint system |\n| `entire_labs_review` | Experimental code review (preview, may be unstable) |\n| `entire_dispatch` | Generate a dispatch summarizing recent agent work |\n| `entire_activity` | Display activity overview and repository breakdown |\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `ENTIRE_REPO_PATH` | Recommended | Default git repo path (fallback for each tool's `repo_dir` parameter) |\n\nEach tool also accepts a `repo_dir` parameter to override this variable per call.\n\n## Authentication\n\nAll tools rely on `entire login` having been run locally. Tokens are stored in the OS keychain. This MCP server does not manage authentication.\n\n## Notes\n\n- `entire checkpoint search --json` is an unstable preview feature and is intentionally excluded. Use `entire_checkpoint_list` + `entire_checkpoint_explain` instead.\n- `entire_search` always passes `--json` — running `entire search` without it opens an interactive TUI, which hangs in non-interactive MCP subprocesses.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjurislm%2Fentire-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjurislm%2Fentire-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjurislm%2Fentire-mcp/lists"}