Skip to main content
Slack is the default surface, not the only one. A CLI and a local agent for when you’d rather stay in your terminal.

The CLI

The tasksmind npm package gives you the same run/status/incidents primitives from your own terminal or scripts:

The local agent

tasksmind serve runs a daemon on your own machine that claims fix “handoffs” from the cloud queue and works the fix locally instead of in a remote sandbox, useful when a fix needs something only your machine has access to.
There’s no MCP server yet. If your workflow depends on Claude Code, Cursor, or another MCP client talking to tasksmind directly, the CLI and local-agent daemon are the current way in, not an MCP endpoint.

The approval & safety gate

The same gates apply whether a run started here or in Slack.

See everything tasksmind can do

Back to the full use-case index.