Doriku
Rank #43,205io.doriku/task-manager
AI-native task & orchestration platform with 70+ MCP tools for multi-IDE coding agents.
Doriku is a Model Context Protocol (MCP) server published by doriku-io. It ranks #43,205 of 115,591 servers tracked on MCP Toplist. Doriku is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on May 7, 2026.
Ranks ahead of 72,386 of 115,591 servers on MCP Toplist.
Use Doriku
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http task-manager https://api.doriku.io/mcp[mcp_servers.task-manager]
url = "https://api.doriku.io/mcp"Add to ~/.codex/config.toml.
https://api.doriku.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"task-manager": {
"url": "https://api.doriku.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"task-manager": {
"type": "http",
"url": "https://api.doriku.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"task-manager": {
"serverUrl": "https://api.doriku.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"task-manager": {
"url": "https://api.doriku.io/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.doriku%2Ftask-manager)<a href="https://mcptoplist.com/server/io.doriku%2Ftask-manager"><img src="https://mcptoplist.com/badge/io.doriku%2Ftask-manager.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
doriku-io
Other servers by doriku-io
View all doriku-io servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | May 7, 2026 |
| 1.0.0 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Doriku?
- Doriku is maintained by doriku-io, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Doriku listed on the Official MCP Registry?
- Yes — Doriku is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Doriku have?
- MCP Toplist tracks 2 versions of Doriku, most recently published on May 7, 2026.
- Where can I find the source code for Doriku?
- The source code for Doriku is hosted at github.com/doriku-io/doriku-io.