Agent Tools
Back to MCP servers
● degraded

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\n**12 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\n**Get 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.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/doriku/doriku/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/doriku/doriku/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://doriku.io
Listed at (smithery)
https://doriku.io