🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thask-org/cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thask-org/cli

Graph-based dependency visualization CLI for AI-assisted development

latest
Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
17
-72.13%
Maintainers
1
Weekly downloads
 
Created
Source

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 / Codex

# Inspect your own CLI usage (v0.5.15+, local-only — no upload)
thask usage              # 30-day summary
thask reflog -n 20       # alias: thask history
thask telemetry status   # what's collected + opt-in state

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

FAQs

Package last updated on 05 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts