loopquest-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@loopquest-mcpCreate a review task for this email draft."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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) orget_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.jsLicense
MIT
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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