Skip to content
Cursor

thask for Cursor

io.github.kimgh06/thask

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

client:Cursor transport:stdio runtime:npm

Install thask in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

thask in other clients