Thask MCP Server
The dependency graph layer for AI-assisted development. Map what depends on what, then let Claude Code / Cursor / Codex query it through MCP - with provenance guards so agents can't silently land hallucinated descriptions on your graph. It runs locally over stdio via the published package.
People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.
VERIFIED ACTIVE
LAST COMMIT 2026-07-05 · ★ 8 · #60 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25
MIT · Go servers · how we verify → /methodology
01 · Install Thask
before you install - you'll need
Set APP_URL, SESSION_SECRET before connecting.
Claude Code
claude mcp add kimgh06-thask -- npx -y @thask-org/cli Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"kimgh06-thask": {
"command": "npx",
"args": [
"-y",
"@thask-org/cli"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @thask-org/cli - the @thask-org scope differs from the repo owner (kimgh06); confirm it's the project's official package
registry namespace io.github.kimgh06 is GitHub-verified and matches the repo owner
03 · What Thask can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v0.6.0 · 2026-07-05
v0.5.15 · 2026-06-22
v0.5.14 · 2026-06-13
04 · Who maintains Thask
thask is maintained by kimgh06. It's the only MCP server we track from this author; the repo dates to Feb 2026.
05 · Facts
- repository
- github.com/kimgh06/thask
- website
- https://thask.kimgh06.com/
- category
- communication - ranked #60 of 99 actively-maintained communication servers as of 2026-08-25.
- release cadence
- 6 releases in the last 90 days (latest 2026-07-05)
- registry
- io.github.kimgh06/thask (active, first published 2026-06-13 · 2 versions)
- packages
- npm:@thask-org/cli
06 · Thask FAQ
What is Thask?
The dependency graph layer for AI-assisted development. Map what depends on what, then let Claude Code / Cursor / Codex query it through MCP - with provenance guards so agents can't silently land hallucinated descriptions on your graph. It runs locally over stdio via the published package.
Is Thask still maintained?
Yes - as of 2026-08-25, its last commit was 2026-07-05 and it shipped 6 releases in the last 90 days. We re-verify nightly.
How do I install Thask?
Run `npx -y @thask-org/cli`. The README documents 2 environment variables (APP_URL, SESSION_SECRET) to set first. Set APP_URL, SESSION_SECRET before connecting. You can also paste the ready-made client config above.
Does Thask run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Thask
Alternatives to Thask
Maintained communication servers if Thask isn't the fit.
- Draw Io Create diagrams in chat, rendered as live interactive draw.io diagrams. 10,000+ searchable shapes. ★ 5,265 · 2026-08-03
- Mockserver Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP. ★ 4,949 · 2026-08-22
- Agent Swarm Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration. ★ 720 · 2026-08-24
- Evolution API MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269 · 2026-08-12
- Agenticmail MCP Server Real email and SMS for AI agents - send mail, receive verification codes, drive a real inbox. ★ 205 · 2026-08-13
- Ksail SDK for creating, managing, and operating Kubernetes clusters and workloads with ease. ★ 165 · 2026-08-25
Pairs well with
Servers that cover what Thask doesn't - only shown when the pairing reason fits the companion.
More communication MCP servers · Join Cloud · Cascade Img · Lassare · Fast MCP Telegram (leshchenko1979) · GraphQL Enhanced
More Go MCP servers · WHOIS · Aion MCP · Yaver · Agent Tool · Kubeshark MCP Server · see all