Doriku

Doriku is a shared control plane for AI coding agents — Claude Code, Cursor, Windsurf, and human teammates sync tasks, memory, decisions, and file locks…

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Doriku Task: Tasks: lifecycle, coordination, recovery. create with objective+done_criteria and log with progress_summary+next_step are quality-scored; resume returns a full resume pack.
  • Doriku Agent: Agent presence and coordination. heartbeat responses include pending_commands[] (console-issued interrupt/inject_task) — act on them when present.
  • Doriku Memory: Persistent memory shared across sessions, projects, and AI tools. relate/neighbors manage the memory graph; glossary_*/preference_* tune search scoring.

What data it sees

Do you need an account

No: the server works without sign-in

Doriku is a shared control plane for AI coding agents — Claude Code, Cursor, Windsurf, and human teammates sync tasks, memory, decisions, and file locks through one MCP server.\n\n12 consolidated tools (~15KB tools/list) covering:\n\n- Tasks & coordination — atomic claim/release, dependencies, resume packs that restore full context across sessions and tools\n- Persistent memory — workspace-scoped knowledge with lexical + semantic search\n- Governance — file lock policies, cost caps, approval workflows, audit trail\n- Automations & workflows — schedules, status triggers, Slack/Discord notifications\n- Team visibility — live console dashboard, agent presence, handoff summaries\n\nMulti-agent safe by design: two agents can work the same repo without stepping on each other.\n\nGet started: sign up at https://doriku.io (free tier: 2 agents, 100 tasks/mo), then npx @doriku/cli setup. Auth: Bearer API key from the console.

Server tool list (12)

Raw names from tools/list. Only developers need these.

doriku_taskTasks: lifecycle, coordination, recovery. create with objective+done_criteria and log with progress_summary+next_step are quality-scored; resume returns a full resume pack.
doriku_agentAgent presence and coordination. heartbeat responses include pending_commands[] (console-issued interrupt/inject_task) — act on them when present.
doriku_memoryPersistent memory shared across sessions, projects, and AI tools. relate/neighbors manage the memory graph; glossary_*/preference_* tune search scoring.
doriku_contextKey-value working context (workspace/project/agent scoped). set with source+scope records provenance.
doriku_decisionDecision records. record with problem+chosen_option+alternatives+rationale is quality-scored.
doriku_projectProjects group related tasks. summarize generates a progress summary; summary returns the latest.
doriku_workspaceWorkspaces and state sync: snapshot at session start, then poll changes with the returned sequence number.
doriku_workflowMulti-step workflows across agents. step_* verbs manage step run lifecycle for executing agents.
doriku_automationAutomation rules (triggers: task_status_change|task_created|schedule|manual) and the Smart Dispatcher (Pro).
doriku_governanceMulti-agent guardrails: file locks, lock policies, token cost caps, audit trail.
doriku_searchGlobal search across tasks, projects, and agents. Top 5 per category by relevance.
doriku_sessionSession flow: structured handoffs, next actions, token usage reporting, plan capabilities.