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

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

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