Skip to content
Claude Desktop

thask for Claude Desktop

io.github.kimgh06/thask

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

client:Claude Desktop transport:stdio runtime:npm

Install thask in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "thask": {
      "command": "npx",
      "args": [
        "-y",
        "@thask-org/cli"
      ],
      "env": {
        "THASK_URL": "<THASK_URL>",
        "THASK_TOKEN": "<THASK_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

thask in other clients