Mmcp.market

Agentloopkit MCP server

by abhiyoheswaran1·io.github.abhiyoheswaran1/agentloopkit·v1.2.0

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

A88/100grade A
What users say
No reviews yet
Be the first
Safety scan
A88/100

full report

Adoption
Growing

1 stars61 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • agentloop_artifacts

    Read local AgentLoopKit artifact inventory metadata without artifact contents.

  • agentloop_check_gates

    Read local review gate status for task, verification, handoff, harness, policy, and git evidence.

  • agentloop_context_budget

    Read local context pressure and compact-pack savings guidance without running commands.

  • agentloop_context_handles

    List local context source handles with availability, reasons, and expansion commands.

  • agentloop_context_pack

    Read an auditable local context pack with receipts, context-budget estimates, and source handles.

  • agentloop_context_show

    Expand one local context source handle, such as task:active or evidence-map:current.

  • agentloop_file_intent

    Read local run ledger matches for one repo-relative file path.

  • agentloop_latest_handoff

    Read the latest local reviewer handoff summary Markdown content.

  • agentloop_latest_ship_report

    Read the latest local ship report metadata and Markdown content.

  • agentloop_latest_verification_report

    Read the latest local verification report metadata and Markdown content.

  • agentloop_list_handoffs

    List recent local reviewer handoff summaries.

  • agentloop_list_policies

    List local AgentLoopKit safety policy files.

  • agentloop_list_runs

    List recent local AgentLoopKit run ledger entries.

  • agentloop_list_tasks

    List local task contracts under the configured AgentLoopKit task directory.

  • agentloop_maintainer_check

    Read local maintainer reviewability checks for agent-assisted changes.

  • agentloop_next

    Read only the next recommended AgentLoopKit action and reason.

  • agentloop_policy_status

    Read local AgentLoopKit policy template status, including current, modified, missing, and extra policies.

  • agentloop_read_policy

    Read one local AgentLoopKit policy by policy name.

  • agentloop_review_context

    Read one local reviewability snapshot for agents, without running commands or returning artifact bodies.

  • agentloop_show_active_task

    Read the active task contract content when one is pinned.

  • agentloop_show_runwrite action

    Read one local AgentLoopKit run ledger entry by run id.

  • agentloop_start

    Read a compact software-agent start briefing with task, evidence, risk, context routing, and impact metrics.

  • agentloop_status

    Read 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

no findings
  • 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
Overall 88/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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:

  1. Specify the task.
  2. Constrain the risk.
  3. Implement the smallest useful change.
  4. Verify with real commands.
  5. Review the diff.
  6. Hand off with evidence.
  7. 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 init

init 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
Add to Cursor

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.

More from abhiyoheswaran1 →