Thask
Rank #13,138io.github.kimgh06/thask
Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.
Thask is a Model Context Protocol (MCP) server published by kimgh06. It ranks #13,138 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Thask is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 26, 2026 and most recently updated on Jul 5, 2026.
Ranks ahead of 118,908 of 132,046 servers on MCP Toplist.
Use Thask
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add thask -e "THASK_URL=<your THASK_URL>" -e "THASK_TOKEN=<your THASK_TOKEN>" -- npx -y mcp serve @thask-org/cliReplace each placeholder with your own value before saving.
[mcp_servers.thask]
command = "npx"
args = ["-y", "mcp", "serve", "@thask-org/cli"]
[mcp_servers.thask.env]
THASK_URL = "<your THASK_URL>"
THASK_TOKEN = "<your THASK_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"mcp",
"serve",
"@thask-org/cli"
],
"env": {
"THASK_URL": "<your THASK_URL>",
"THASK_TOKEN": "<your THASK_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"mcp",
"serve",
"@thask-org/cli"
],
"env": {
"THASK_URL": "<your THASK_URL>",
"THASK_TOKEN": "<your THASK_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"thask": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp",
"serve",
"@thask-org/cli"
],
"env": {
"THASK_URL": "<your THASK_URL>",
"THASK_TOKEN": "<your THASK_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"mcp",
"serve",
"@thask-org/cli"
],
"env": {
"THASK_URL": "<your THASK_URL>",
"THASK_TOKEN": "<your THASK_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thask": {
"command": "npx",
"args": [
"-y",
"mcp",
"serve",
"@thask-org/cli"
],
"env": {
"THASK_URL": "<your THASK_URL>",
"THASK_TOKEN": "<your THASK_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kimgh06%2Fthask)<a href="https://mcptoplist.com/server/io.github.kimgh06%2Fthask"><img src="https://mcptoplist.com/badge/io.github.kimgh06%2Fthask.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kimgh06
Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Jul 5, 2026 |
| 0.5.14 | Jun 13, 2026 |
Frequently asked questions
- Who maintains Thask?
- Thask is maintained by kimgh06, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Thask listed on the Official MCP Registry?
- Yes — Thask is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Thask have?
- MCP Toplist tracks 2 versions of Thask, most recently published on Jul 5, 2026.
- Where can I find the source code for Thask?
- The source code for Thask is hosted at github.com/kimgh06/thask.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.