Agentrq
未申請AgentRQ: Human-in-loop realtime conversational task manager for AI Agents. Self-hosted! Control your own agents from wherever you want Mobile, Web, Desktop. Designed to work well with your own Claude subscriptions and any harness.
インストール
npm install -g @agentrq/acp-gateway未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(19個)
createTask
Assign a task to the human user (supports optional cronschedule for recurring tasks).
createWorkspace
Bootstrap new project environments.
downloadAttachment
Retrieve an attachment by its ID.
getAttachment
Retrieve data as base64 and metadata for a specific attachment.
getTask
Fetch a task — with no taskId it dequeues the next "not started" task assigned to the agent; with a taskId it returns that task. Pass includeConversation: true to also include the chat history (cursor-based pagination).
getWorkspace
Fetch the workspace name, mission description, and task statistics.
getWorkspaceStats
Retrieve high-level analytics and performance data for a workspace.
listAllTasks
Search and filter tasks across the entire platform.
listTasks
List tasks within a specific workspace.
listWorkspaces
Overview of all active and archived workspaces.
reply
Send messages back to the AgentRQ dashboard in real-time.
replyToTask
Post a message to a task's chat thread.
respondToTask
Submit an allow/deny verdict for a permission request.
updateScheduledTask
Modify a scheduled/cron task.
updateTaskAllowAll
Toggle allowallcommands permission for a task.
updateTaskAssignee
Change the assignee of a task.
updateTaskOrder
Reorder a task in the list.
updateTaskStatus
Move tasks through notstarted, ongoing, blocked, and completed.
updateWorkspace
Modify workspace settings and metadata.