
Agent Loop Detector
Detect when your coding agent is stuck in repetitive tool loops using the hosted agent-loop-detector MCP service.
Overview
io.github.lazymac2x/agent-loop-detector is a MCP server for the Ship phase that exposes remote agent loop detection via Cloudflare Workers.
What is this MCP server?
- Remote streamable-http MCP at api.lazy-mac.com/agent-loop-detector/mcp
- Cloudflare Workers deployment (v1.0.0)
- Purpose-built for spotting agent tool-call repetition patterns
- Source and API details on github.com/lazymac2x/agent-loop-detector-api
- Server version 1.0.0; MCP schema 2025-09-29
- Remote URL: https://api.lazy-mac.com/agent-loop-detector/mcp
- Repository: github.com/lazymac2x/agent-loop-detector-api
What problem does it solve?
Autonomous agent runs can burn tokens and time spinning on the same failed tool pattern with no obvious stop condition.
Who is it for?
Builders stress-testing agent workflows, custom MCP stacks, or long-horizon coding tasks who need loop visibility.
Skip if: Simple one-shot completions, teams without MCP orchestration, or problems solvable with a fixed max-iteration cap alone.
What do I get? / Deliverables
After wiring the remote MCP URL, you can surface loop-detection signals inside agent sessions or harnesses and abort or replan earlier.
- Remote loop-detection signals callable from agent tooling
- Earlier cutoffs on runaway autonomous coding runs during QA
Recommended MCP Servers
Journey fit
How it compares
Hosted loop-detection MCP service, not an in-repo lint rule or generic logging middleware.
Common Questions / FAQ
Who is io.github.lazymac2x/agent-loop-detector for?
Developers running MCP-based coding agents who want a remote tool to flag repetitive tool-call loops during Ship testing.
When should I use io.github.lazymac2x/agent-loop-detector?
Use it while validating autonomous agent flows, debugging stuck sessions, or before you trust agents on production repos.
How do I add io.github.lazymac2x/agent-loop-detector to my agent?
Configure a remote MCP server with streamable-http transport to https://api.lazy-mac.com/agent-loop-detector/mcp following your client’s remote MCP guide.