streamable-httpMITupdated 2mo ago
Connect any AI to your task cockpit. RadTask is an AI task manager whose agent actually does the task — and asks first before anything irreversible. It runs a live MCP (Model Context Protocol) server, so Claude, ChatGPT, Cursor, or your own agent can create and track tasks that land in the user's RadTask cockpit, where a safe autonomous agent runs them.
O que dá para fazer com radtask mcp?
RadTask MCP Server
Connect any AI to your task cockpit. RadTask is an AI task manager whose agent actually does the task — and asks first before anything irreversible. It runs a live MCP (Model Context Protocol) server, so Claude, ChatGPT, Cursor, or your own agent can create and track tasks that land in the user's RadTask cockpit, where a safe autonomous agent runs them.
Private beta. A tool with a safety design — not a guarantee.
Connect
Endpoint (Streamable HTTP, JSON-RPC 2.0):
https://radtask.ai/api/mcp?token=YOUR_TOKEN
Get your private token at radtask.ai/connect. The token is your cockpit's namespace — tasks an AI adds appear in your RadTask.
Claude Desktop / Cursor
{
"mcpServers": {
"radtask": { "type": "http", "url": "https://radtask.ai/api/mcp?token=YOUR_TOKEN" }
}
}
Tools
| Tool | What it does |
|---|---|
create_task |
Capture a task in plain English (optional project) |
list_tasks |
List tasks, optionally filtered by status |
complete_task |
Mark a task done by id |
Why RadTask is different
Most "task manager" MCP servers are queues — they track what an AI should do. RadTask does the task: a real agent researches, drafts, writes documents, and schedules in a sandbox — and a deterministic risk classifier holds only the irreversible steps (sending, spending, deleting, publishing) for the user's one-tap approval.
The safety posture is published and machine-verifiable:
- Safety contract: https://radtask.ai/.well-known/agent-safety.json
- MCP manifest: https://radtask.ai/.well-known/mcp.json
- For AI agents: https://radtask.ai/for-agents
- llms.txt: https://radtask.ai/llms.txt
Design goal: zero unsupervised destructive actions. Irreversible actions are always held for a human.
Links
- Product: https://radtask.ai
- MCP page: https://radtask.ai/mcp
- A Sureel product · part of the Rad family (RadMail · RadTask · RadHealth)
License
MIT © Sureel
Instalação
Adicione radtask mcp ao seu cliente. Escolha o que você usa.
claude mcp add --transport http radtask-mcp https://radtask.ai/api/mcpcodex mcp add radtask-mcp --url https://radtask.ai/api/mcp{
"mcpServers": {
"radtask-mcp": {
"url": "https://radtask.ai/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"radtask-mcp": {
"type": "http",
"url": "https://radtask.ai/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"radtask-mcp": {
"url": "https://radtask.ai/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"radtask-mcp": {
"serverUrl": "https://radtask.ai/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 ferramentas
radtask mcp expõe 3 ferramentas a um agente conectado.
- create_task
- Capture a task in plain English (optional `project`)
- list_tasks
- List tasks, optionally filtered by `status`
- complete_task
- Mark a task done by `id`
Pontuação
67 / 100
Boa
- Documentação22/25
- Manutenção16/25
- Confiança13/20
- Capacidade4/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 64 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 28 de jun. de 2026 |