Agentloopkit MCP server
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
1 stars61 downloads/wk
Reviews
Write oneNobody has reviewed Agentloopkit yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Agentloopkit tools (23, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
agentloop_artifactsRead local AgentLoopKit artifact inventory metadata without artifact contents.
agentloop_check_gatesRead local review gate status for task, verification, handoff, harness, policy, and git evidence.
agentloop_context_budgetRead local context pressure and compact-pack savings guidance without running commands.
agentloop_context_handlesList local context source handles with availability, reasons, and expansion commands.
agentloop_context_packRead an auditable local context pack with receipts, context-budget estimates, and source handles.
agentloop_context_showExpand one local context source handle, such as task:active or evidence-map:current.
agentloop_file_intentRead local run ledger matches for one repo-relative file path.
agentloop_latest_handoffRead the latest local reviewer handoff summary Markdown content.
agentloop_latest_ship_reportRead the latest local ship report metadata and Markdown content.
agentloop_latest_verification_reportRead the latest local verification report metadata and Markdown content.
agentloop_list_handoffsList recent local reviewer handoff summaries.
agentloop_list_policiesList local AgentLoopKit safety policy files.
agentloop_list_runsList recent local AgentLoopKit run ledger entries.
agentloop_list_tasksList local task contracts under the configured AgentLoopKit task directory.
agentloop_maintainer_checkRead local maintainer reviewability checks for agent-assisted changes.
agentloop_nextRead only the next recommended AgentLoopKit action and reason.
agentloop_policy_statusRead local AgentLoopKit policy template status, including current, modified, missing, and extra policies.
agentloop_read_policyRead one local AgentLoopKit policy by policy name.
agentloop_review_contextRead one local reviewability snapshot for agents, without running commands or returning artifact bodies.
agentloop_show_active_taskRead the active task contract content when one is pinned.
agentloop_show_runwrite actionRead one local AgentLoopKit run ledger entry by run id.
agentloop_startRead a compact software-agent start briefing with task, evidence, risk, context routing, and impact metrics.
agentloop_statusRead AgentLoopKit status, active task, latest verification, git state, and next action.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- Code scan13 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 73 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Agentloopkit repository's README, as published. We do not edit it. Read it on GitHub
AgentLoopKit
A drop-in engineering loop for software agents.
An open-source Baseframe Labs developer tool.
Your software agent can produce a diff. AgentLoopKit helps you decide whether that work is reviewable, verifiable, and merge-ready.
It gives Codex, Claude Code, Cursor, OpenCode, Gemini CLI, GitHub Copilot CLI, and other engineering agents a local acceptance layer: task contracts, safety rules, verification evidence, review-readiness scores, PR descriptions, and reviewer handoffs.
Unstructured automation produces code. Agentic engineering produces auditable work.
ProjScan finds the risk. AgentLoopKit controls the work. AgentFlight proves the result.
The screenshots and terminal demos in this README are generated from committed sources in docs/assets/readme/ with Playwright and VHS. You can regenerate them locally.
What It Does
AgentLoopKit is a repo-level toolkit for developers using Codex, Claude Code, Cursor, OpenCode, Gemini CLI, GitHub Copilot CLI, and other engineering agents.
Keep your agent, IDE, and CLI. AgentLoopKit gives those tools a repeatable local workflow:
- Specify the task.
- Constrain the risk.
- Implement the smallest useful change.
- Verify with real commands.
- Review the diff.
- Hand off with evidence.
- Ship only when the work is reviewable.
Run init inside an existing repository and AgentLoopKit creates:
- .agentloop/ for tasks, reports, handoffs, gates, policies, templates, and agent instructions
- AGENTS.md for agent-facing repo guidance
- AGENTLOOP.md for the working loop
- agentloop.config.json for local command and path settings
Generated AGENTS.md includes a specialist roster for product, CLI, template, verification, security, release, docs, compatibility, MCP, and repo-steward work. It helps future agent sessions split work without adding a background service.
The CLI demo shows the normal path: initialize a repo, create a task, run reviewed verification, score review readiness, draft PR copy, inspect review context, and trace why a file changed.
Install
Use it with npx from the repository you want to configure:
cd /path/to/your/repo
npx agentloopkit init --dry-run
npx agentloopkit initinit writes files into the current directory. --dry-run previews the same plan and writes nothing.
Commit the generated harness baseline before your first feature task when you want clean diff evidence. If the harness files are still uncommitted, explain-diff, Guard, and resume packs will include those generated files as local work, which is accurate but noisier than the steady-state loop.
After setup, non-init commands search upward for the nearest agentloop.config.json and use that folder as the AgentLoop root. You can run agentloop status, agentloop verify, agentloop ship, or agentloop prepare-pr from a nested source folder and still write tasks, reports, runs, and handoffs to the initialized repo root.
Do not run init from your home directory unless you intend to configure your home folder. AgentLoopKit refuses that by default; --force allows it and prints a home-directory target warning. If you want local agent guidance but do not want to commit the generated files, use local-only mode:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y agentloopkit on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add agentloopkit -- npx -y agentloopkit
Agentloopkit: common questions
- Is Agentloopkit MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Agentloopkit safety report
- How do I install Agentloopkit?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Agentloopkit need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Agentloopkit maintained?
- The last commit was 75 days ago (2026-07-14). The latest release is v1.2.0.