@thask-org/cli
v0.5.15
Published
Graph-based dependency visualization CLI for AI-assisted development
Readme
Thask CLI
Command-line interface and MCP server for Thask.
Quick Start
# Install
npm i -g @thask-org/cli
# Configure (interactive — also patches Claude Code / Cursor / Codex configs)
thask init
# Use
thask node list --pretty
thask impact --node <nodeId>
thask mcp serve # Start MCP server for Claude Code / Cursor / CodexBuild from source instead:
go build -o thask ./cmd/thaskDocumentation
- 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, etc.)
mcp/ MCP server (stdio protocol, 12 tools)
client/ HTTP client for backend API
config/ Config file management (~/.config/thask/)
output/ Output formatting (JSON, table, quiet)