decknote
MCP server included · free plan

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. 1. Create an API token in Settings → API Tokens (Free includes one).
  2. 2. Paste the config into your MCP client (Claude, Claude Code, or any other).
  3. 3. Ask your agent to add a task. Watch it land on the board, live.

Read the walkthrough →

{
  "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_boards

Discover boards and lists — the ids the other tools need.

search_tasks

Recall: find tasks by text, status and due date.

get_task

Read one task in full.

create_task

Add a task to a list.

update_task

Edit title, description or due date.

complete_task

Mark a task done.

reopen_task

Reopen a completed task.

move_task

Move a task to another list.

add_comment

Leave 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.