Servers
D
Doriku
@doriku-io
Shared control plane for AI coding agents — Claude Code, Cursor, Windsurf, and teammates sync tasks, persistent memory, decisions, and file locks through one MCP server. 12 consolidated tools (~15KB): task claim/release with resume packs, semantic memory search, lock policies & c
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"doriku": {
"type": "http",
"url": "https://api.doriku.io/mcp",
"headers": {
"Authorization": "Bearer <YOUR_DORIKU_API_KEY>"
}
}
}
}