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
{
"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