Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Loopquest

FreeNot checked

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

GitHubEmbed

About

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

Install Loopquest in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install loopquest-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add loopquest-mcp -- npx -y loopquest-mcp

FAQ

Is Loopquest MCP free?

Yes, Loopquest MCP is free — one-click install via Unyly at no cost.

Does Loopquest need an API key?

No, Loopquest runs without API keys or environment variables.

Is Loopquest hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Loopquest in Claude Desktop, Claude Code or Cursor?

Open Loopquest on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Loopquest with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs