task-orchestrator
by jpicklyk · Kotlin · ★ 196
Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don't. Works with any MCP-compatible client.
Install
git clone https://github.com/jpicklyk/task-orchestrator.git Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.
Claude Desktop config
A starting point for your claude_desktop_config.json
(auto-generated — the repo's README may specify a published package name or required env vars):
{
"mcpServers": {
"task-orchestrator": {
"command": "npx",
"args": [
"-y",
"github:jpicklyk/task-orchestrator"
]
}
}
} From the README
Related productivity servers
mcp-atlassian
sooperset
MCP server for Atlassian tools (Confluence, Jira)
dagu
dagucloud
Local-first workflow engine with a Web UI for small teams. Define DAGs in a declarative YAML format. Self-contained and no DBMS required. Use any AI agent to manage your DAGs.
obsidian-local-rest-api
coddingtonbear
A secure REST API and Model Context Protocol (MCP) server for your vault.
mcp-shrimp-task-manager
cjo4m06
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.
contextplus
forloopcodes
Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
zennotes
ZenNotes
Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration.