What is the io.github.kimgh06/thask MCP server?
Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.
How to install io.github.kimgh06/thask
Copy-paste configuration for popular MCP clients.
THASK_URLrequiredURL 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_TOKENrequiredsecretAPI key for your Thask account. Generate via `thask login` (browser flow, recommended) or in the web UI settings.
{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"@thask-org/cli",
"mcp",
"serve"
],
"env": {
"THASK_URL": "<YOUR_THASK_URL>",
"THASK_TOKEN": "<YOUR_THASK_TOKEN>"
}
}
}
}{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"@thask-org/cli",
"mcp",
"serve"
],
"env": {
"THASK_URL": "<YOUR_THASK_URL>",
"THASK_TOKEN": "<YOUR_THASK_TOKEN>"
}
}
}
}{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"@thask-org/cli",
"mcp",
"serve"
],
"env": {
"THASK_URL": "<YOUR_THASK_URL>",
"THASK_TOKEN": "<YOUR_THASK_TOKEN>"
}
}
}
}{
"servers": {
"thask": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thask-org/cli",
"mcp",
"serve"
],
"env": {
"THASK_URL": "<YOUR_THASK_URL>",
"THASK_TOKEN": "<YOUR_THASK_TOKEN>"
}
}
}
}claude mcp add thask --env THASK_URL=<YOUR_THASK_URL> --env THASK_TOKEN=<YOUR_THASK_TOKEN> -- npx -y @thask-org/cli mcp serveRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.