Odel
Thask

Thask

Local
@kimgh068GoMITUpdated 2mo ago

Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@thask-org/cliv0.6.0

Run

npx -y @thask-org/cli

MCP client config

{
  "mcpServers": {
    "thask": {
      "command": "npx",
      "args": [
        "-y",
        "@thask-org/cli"
      ]
    }
  }
}