Thask CLI
Command-line interface and MCP server for Thask.
Quick Start
npm i -g @thask-org/cli
thask init
thask node list --pretty
thask impact --node <nodeId>
thask mcp serve
thask usage
thask reflog -n 20
thask telemetry status
Build from source instead:
go build -o thask ./cmd/thask
Documentation
- CLI Reference — Full command reference, flags, output formats
- MCP Guide — AI agent integration (Claude Code, Cursor)
Structure
cmd/thask/ Entry point
internal/
cmd/ Cobra commands (node, edge, team, project, graph, impact, telemetry, usage, reflog, etc.)
mcp/ MCP server (stdio protocol, 24 tools)
client/ HTTP client for backend API
config/ Config file management (~/.thask/config.json)
output/ Output formatting (JSON, table, quiet)
telemetry/ Local-first event log (~/.thask/events.jsonl) — v0.5.15+
scan/ Go codebase dependency scanner
update/ Background update-check