io.github.dougsureel-tech/radtask-mcp
io.github.dougsureel-tech/radtask-mcpAI task cockpit: an agent does your tasks and asks before anything irreversible.
Tools · 3
Add a task to the user's RadTask cockpit. Use this to capture anything the user wants done or tracked.
List the user's RadTask tasks, optionally filtered by status.
Mark a RadTask task done by its id (from list_tasks).
Similar MCP servers embedding-nearest
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"
}
}
}