Skip to main content
Glama
TomPhillipsLabs

loopquest-mcp

loopquest-mcp

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.

Related MCP server: chakoshi MCP Server

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TomPhillipsLabs/loopquest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server