🎩 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

Source
npmnpm
Version
0.5.7
Version published
Weekly downloads
26
-53.57%
Maintainers
1
Weekly downloads
 
Created
Source

Thask CLI

Command-line interface and MCP server for Thask.

Quick Start

# Build
go build -o thask ./cmd/thask

# Configure
./thask config set url http://localhost:7244
./thask config set token <your-api-key>

# Use
./thask node list --pretty
./thask impact --node <nodeId>
./thask mcp serve  # Start MCP server for Claude Code

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, 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)

FAQs

Package last updated on 30 Apr 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