A task board your agents and your team share
Give an AI agent a Decknote token and it puts its work on a real board — adding tasks, completing them, and searching back through what it noted. A shared memory you can actually see, not another log that scrolls away.
Connect it in two minutes
- 1. Create an API token in Settings → API Tokens (Free includes one).
- 2. Paste the config into your MCP client (Claude, Claude Code, or any other).
- 3. Ask your agent to add a task. Watch it land on the board, live.
{
"mcpServers": {
"decknote": {
"type": "http",
"url": "https://decknote.app/api/v1/mcp",
"headers": {
"Authorization": "Bearer ntrl_…"
}
}
}
}Nine tools, one board
Each is scoped to the boards your token can access, with the same permissions as the REST API — reads on any board you belong to, writes where you're an editor.
list_boardsDiscover boards and lists — the ids the other tools need.
search_tasksRecall: find tasks by text, status and due date.
get_taskRead one task in full.
create_taskAdd a task to a list.
update_taskEdit title, description or due date.
complete_taskMark a task done.
reopen_taskReopen a completed task.
move_taskMove a task to another list.
add_commentLeave a progress note a human will read.
What it is, and isn't
The agent works with tasks, not your whole account — it can't change your plan, delete a board, or reach a board you don't have access to. And the board isn't an agent-only silo: it's the same real-time board your team already uses. That's what makes it a shared memory instead of a second inbox.