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 for AI-assisted development

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
62
21.57%
Maintainers
1
Weekly downloads
 
Created
Source

thask

Graph-based dependency visualization for AI-assisted development.

Install

npm install -g thask

Quick Start

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

# Scan a Go project
thask scan --path . --dry-run

# Analyze dependencies
thask graph analyze -p <projectId>

# Use with Claude Code (.claude/mcp.json)
{
  "mcpServers": {
    "thask": {
      "command": "npx",
      "args": ["-y", "thask", "mcp", "serve", "--url", "http://localhost:7244", "--token", "<key>"]
    }
  }
}
  • GitHub
  • Documentation
  • CLI Reference
  • MCP Guide

Keywords

dependency-graph

FAQs

Package last updated on 29 Mar 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