ship

itsHabib/ship
★ 0 stars TypeScript 🗄️ Database Updated today
Workflow execution for agent runs — hand a task doc to cursor, persist the run, inspect / cancel. MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ship": {
      "command": "npx",
      "args": [
        "-y",
        "itsHabib/ship"
      ]
    }
  }
}

README Excerpt

Repo-native dev-workflow MCP toolkit. Ship hands a task doc to a Cursor agent (local worktree or cloud), persists workflow state in SQLite, and exposes inspect/cancel verbs over MCP. Cloud-run resume happens at process startup inside `@ship/core`, not as an MCP tool. The repo dogfoods itself — feature work lands via `mcp__ship__ship` against task docs in worktrees.

Topics

agent-orchestrationclaudecursormcpmcp-servertypescriptworkflow-engine