Loading MCP server directory, please wait...
Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.
npx @getmcp/cli add io.github.kimgh06/thaskRequires Node.js 18+. Community-contributed server. Review source before installing.
THASK_URLURL of your Thask server (e.g. https://thask.kimgh06.com or http://localhost:7244). Can also be set via `thask config set url <url>`.
THASK_TOKENAPI key for your Thask account. Generate via `thask login` (browser flow, recommended) or in the web UI settings.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kimgh06/thask": {
"command": "npx",
"args": [
"mcp",
"serve",
"-y",
"@thask-org/cli"
],
"env": {
"THASK_URL": "",
"THASK_TOKEN": ""
}
}
}
}