Looping Agent MCP
Related Servers
Alternatives to Looping Agent MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceTakes a plain-language automation goal and returns a recommended tool stack, command, validation checks, recovery guidance, and a machine-readable package contract for agents and builders.MIT
- AlicenseBqualityBmaintenanceEnables goal-driven mission orchestration for Goose, turning a user goal into a structured plan with an approval gate, isolated workers in git worktrees, dual validation, auto-correction, and crash recovery to produce validated code.19MIT
- AlicenseAqualityAmaintenanceAn autonomous, extensible LLM build orchestrator. Give it a repo and a goal; it decomposes the goal into tasks, edits code, and gates every change on build/tests/lint, reverting regressions. Polygot, cost-aware model selection, pluggable via entry points. Ships as an MCP server so any client can drive it in plain English.153AGPL 3.0
- FlicenseBqualityBmaintenanceEnables AI coding assistants to run a machine-verified DESIGN→PLAN→EXECUTE→VERIFY→COMPLETE workflow with human approval gates, state integrity checks, and DAG task scheduling.7-
- AlicenseNot gradedqualityCmaintenanceEnables external AI clients to invoke an autonomous coding agent that plans, fixes, and self-corrects code in an isolated Docker sandbox via run_task and run_tests tools.MIT
- AlicenseAqualityBmaintenanceEnables orchestrating external AI agents to execute development tasks with asynchronous management, automated acceptance verification, failure rework loops, and optional visual baseline validation.111,942 npmApache 2.0
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: check_done for verification, confirm for manager to set criteria, get_next_action for step retrieval, propose for goal definition, report_result for result reporting, and request_gate for permission. No overlap.
Most tool names follow a verb_noun pattern (check_done, get_next_action, report_result, request_gate), though confirm and propose are single verbs. The naming style is consistent with lowercase and underscores.
With 6 tools, the server covers the core interactions of a looping agent workflow (propose, confirm, get action, report, check done, request gate) without being excessive or insufficient.
The tool set covers the essential lifecycle: goal proposal and criteria confirmation, action retrieval, result reporting with verification, done checking, and gate requests. Minor gap: no explicit tool for listing all criteria, but get_next_action provides failing criteria and check_done tests all.