Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Loopquest

БесплатноНе проверен

Enables MCP agents to submit content for human review via LoopQuest, returning verdicts asynchronously.

GitHubEmbed

Описание

Enables MCP agents to submit content for human review via LoopQuest, returning verdicts asynchronously.

README

A Model Context Protocol server for LoopQuest. Lets any MCP-capable agent (Claude Desktop, Cursor, Windsurf, custom agents) send its output for gamified human-in-the-loop review and get a verdict back.

Tools

  • create_review_task — send content for a human to approve or flag. Returns a task id; the verdict arrives via webhook (callback_url) or get_task_status.
  • get_task_status — check a task's status / verdict.

Configure

Set LOOPQUEST_API_KEY (Workspaces → API keys). Optionally LOOPQUEST_BASE_URL for a self-hosted deployment.

Claude Desktop

In claude_desktop_config.json:

{
  "mcpServers": {
    "loopquest": {
      "command": "npx",
      "args": ["-y", "loopquest-mcp"],
      "env": { "LOOPQUEST_API_KEY": "lq_your_key" }
    }
  }
}

Cursor / Windsurf use the same command / args / env shape in their MCP settings.

Develop

npm install
npm test          # unit tests
npm run build     # tsc -> dist/
node dist/index.js

License

MIT

from github.com/TomPhillipsLabs/loopquest-mcp

Установка Loopquest

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/TomPhillipsLabs/loopquest-mcp

FAQ

Loopquest MCP бесплатный?

Да, Loopquest MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Loopquest?

Нет, Loopquest работает без API-ключей и переменных окружения.

Loopquest — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Loopquest в Claude Desktop, Claude Code или Cursor?

Открой Loopquest на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Loopquest with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development