@thask-org/cli
Graph-based dependency visualization for AI-assisted development.
Install
npm install -g @thask-org/cli
Or use directly with npx:
npx @thask-org/cli version
Quick Start
thask config set url http://localhost:7244
thask config set token <your-api-key>
thask scan --path . --dry-run
thask graph analyze -p <projectId>
MCP Integration (Claude Code / Cursor)
Add to .claude/mcp.json:
{
"mcpServers": {
"thask": {
"command": "npx",
"args": ["-y", "@thask-org/cli", "mcp", "serve", "--url", "http://localhost:7244", "--token", "<key>"]
}
}
}
Links