Thask runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 5 Jul 2026.
Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.
We read the source, 11 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node install.js
const result = spawnSync(binary, process.argv.slice(2), { stdio: 'inherit' });
path := filepath.Join(s.Dir, eventsFileName)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add thask -- npx -y @thask-org/cli
{
"mcpServers": {
"thask": {
"args": [
"-y",
"@thask-org/cli"
],
"command": "npx"
}
}
}
[mcp_servers.thask]
command = "npx"
args = ["-y", "@thask-org/cli"]
{
"mcpServers": {
"thask": {
"args": [
"-y",
"@thask-org/cli"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"thask": {
"args": [
"-y",
"@thask-org/cli"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
THASK_URL (URL of your Thask server (e.g. https://thask.kimgh06.com or http://localhost:7244). Can also be set via `thask config set url <url>`.), THASK_TOKEN (API key for your Thask account. Generate via `thask login` (browser flow, recommended) or in the web UI settings.).
The author declared them in the registry entry; get the values from the project itself.
Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code
Code intelligence MCP server: impact analysis, dependency graphs, dead code detection.
Code intelligence MCP server — impact analysis, semantic search, dependency graphs
Connect Claude, ChatGPT, and Cursor to live WHMCS over MCP.
Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.
Approved acceptance criteria served over MCP to Claude Code, Cursor, or Codex. Git-only, sealed.
stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed
MCP server for mobileproxy.space — manage your mobile proxies from Claude, Cursor, Windsurf.
Answers built from our own checks of this server.