Developer Tools
looprepo.dev
Manages and evaluates agent-loop prompts for AI coding assistants.
ENDPOINT 1
https://mcp.looprepo.dev/mcp
MCP server metadata
- Name
- looprepo
- Version
- 1.1.0
Search 143 vetted agent loops for Claude Code/Codex across 22 tools: discovery (search, trending, similar, for-your-stack, compare), deterministic A–F safety grading (loops_grade, loops_harden, harness_validate), Claude-use intake → loop recommendations (loops_intake_recommend), plain-language loop crafting (loops_craft), guides (articles_search), review-gated community submissions (loops_submit), and complete safe-loop harness bundles (loops_generate_harness). Start with loops_categories, loops_search, or loops_intake_recommend.
Known tools 22
loops_searchSearch the looprepo directory of agent loops (/loop, /goal, /schedule, Ralph-style) for Claude Code and Codex.
Inferred read-onlyloops_gradeGrade any agent-loop prompt A–F with the same deterministic, default-fail Safety Score that gates the looprepo directory.
Inferred read-onlyloops_getGet one loop by slug: full prompt, usage notes (when to use / how it works / safety), attribution, and stats.
Inferred read-onlyloops_intake_recommendGiven a read-only intake report pasted from Claude, Claude Code, Cowork, Codex, or another agent, infer the goal/workflows and return ranked real looprepo loops plus a harness-ready builder prefill.
Inferred read-onlyloops_similarLoops related to a given slug — same category, matching intent, and text similarity.
Inferred read-onlyloops_compareCompare 2–3 loops side by side: safety grade/score, type, risk, and boundedness signals.
Inferred read-onlyloops_statsDirectory-wide stats: totals, category/type breakdown, safety-grade distribution, newest loops.
Inferred read-onlyharness_validateDeterministically validates the persistent harness separately from the loop running inside it, then diagnoses likely failure modes.
Inferred read-onlyloops_hardenDeterministic grade plus the exact edits to reach the next grade (exit condition, turn cap, verification, scope).
Inferred read-onlyloops_grade_explainDeterministic A–F grade plus an AI-written explanation and top-3 edits.
Inferred read-onlyloops_craftDescribe a workflow in plain language and get one safe, copy-paste loop prompt with verification, stop conditions, and approval gates.
Inferred read-onlycme_tier_statusYour current tier (anonymous or CME Pro/Power), daily limits, and today's usage of crafted loops and harness builds.
Inferred read-onlybeacon_run_reportRecent loop runs for your Mission Control beacon token: status, exit reason, turns, cost.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.looprepo]
url = "https://mcp.looprepo.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"looprepo": {
"type": "http",
"url": "https://mcp.looprepo.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: looprepo
Remote MCP URL: https://mcp.looprepo.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"looprepo": {
"url": "https://mcp.looprepo.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"looprepo": {
"type": "http",
"url": "https://mcp.looprepo.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "looprepo",
"transport": "streamable-http",
"url": "https://mcp.looprepo.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for looprepo.dev was fetched 2026-08-29T02:24:47.618Z.
looprepo.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.