Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.dougsureel-tech/radtask-mcp

io.github.dougsureel-tech/radtask-mcp

AI task cockpit: an agent does your tasks and asks before anything irreversible.

Uptime
100.0%
1 direct probes · 30d
Response
957ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

create_task

Add a task to the user's RadTask cockpit. Use this to capture anything the user wants done or tracked.

list_tasks

List the user's RadTask tasks, optionally filtered by status.

complete_task

Mark a RadTask task done by its id (from list_tasks).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.dougsureel-tech/radtask-mcp": {
      "url": "https://radtask.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}