Task Orchestrator MCP Server
Server-enforced workflow discipline for AI agents. Prompt-based frameworks hope the LLM follows instructions. This one blocks the call if it doesn't.
People who need memory tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Kotlin.
VERIFIED ACTIVE
LAST COMMIT 2026-08-04 · ★ 203 · #156 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
MIT · Kotlin · how we verify → /methodology
01 · Install Task Orchestrator
before you install - you'll need
Set TASK_ORCHESTRATOR_API_URL, MCP_TRANSPORT, API_ENABLED, API_AUTH_MODE, API_ALLOW_UNAUTHENTICATED before connecting.
Docker
docker run -i --rm ghcr.io/jpicklyk/task-orchestrator:latest Claude Desktop - add to config
{
"mcpServers": {
"jpicklyk-task-orchestrator": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:latest"
]
}
}
} Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as container (OCI image) - can be sandboxed away from your filesystem
license MIT - declared in the repository
registry namespace io.github.jpicklyk is GitHub-verified and matches the repo owner
03 · What Task Orchestrator can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Limitations (from the README)
Notes provide targeted, phase-specific documentation attached to work items. An implementation agent reads a concise requirements note scoped to its task rather than scanning broader project context. Notes are keyed, role-scoped, and queryable:
Latest releases
v3.13.1 · 2026-08-04
Changed · Adopted three retrospective improvement proposals (002fa6c6, d7662676, 4aa8d058): /implement · Step 2 gains the dedicated-worktree fallback for an unavailable/dirty main checkout; CLAUDE.md's · plugin-refresh…
v3.13.0 · 2026-07-25
> Resource/credential leasing ships in this release as a beta feature. The interfaces below are · > stable enough for evaluation and feedback, but the capability is deliberately v1-scoped - · > multi-holder admission…
v3.12.0 · 2026-07-20
Added · REST per-root config write endpoint. GET/PUT/DELETE /api/v1/roots/{rootId}/config, · gated by a new WRITE_CONFIG capability, backed by a shared ProjectConfigPushService so the · MCP manage_project_config tool…
04 · Who maintains Task Orchestrator
MCP Task Orchestrator is maintained by jpicklyk. It's the only MCP server we track from this author; the repo dates to May 2025.
05 · Facts
- repository
- github.com/jpicklyk/task-orchestrator
- category
- memory - ranked #156 of 259 actively-maintained memory servers as of 2026-08-25.
- release cadence
- 6 releases in the last 90 days (latest 2026-08-04)
- registry
- io.github.jpicklyk/task-orchestrator (active, first published 2026-04-15)
- packages
- oci:ghcr.io/jpicklyk/task-orchestrator:latest
06 · Task Orchestrator FAQ
What is Task Orchestrator?
Server-enforced workflow discipline for AI agents. Prompt-based frameworks hope the LLM follows instructions. This one blocks the call if it doesn't.
Is Task Orchestrator still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-04 and it shipped 6 releases in the last 90 days. We re-verify nightly.
How do I install Task Orchestrator?
Run `docker run -i --rm ghcr.io/jpicklyk/task-orchestrator:latest`. The README documents 5 environment variables (TASK_ORCHESTRATOR_API_URL, MCP_TRANSPORT, API_ENABLED…) to set first. Set TASK_ORCHESTRATOR_API_URL, MCP_TRANSPORT, API_ENABLED, API_AUTH_MODE, API_ALLOW_UNAUTHENTICATED before connecting. You can also paste the ready-made client config above.
07 · Alternatives to Task Orchestrator
Alternatives to Task Orchestrator
Maintained memory servers if Task Orchestrator isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Task Orchestrator doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Context Mem · Kage · Handoff · Ragalgo · Kortexio Memory