thask for Zed
io.github.kimgh06/thask
Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.
client:Zed
transport:stdio
runtime:npm
Install thask in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"thask": {
"command": "npx",
"args": [
"-y",
"@thask-org/cli"
],
"env": {
"THASK_URL": "<THASK_URL>",
"THASK_TOKEN": "<THASK_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs