mcp-task-manager CLAUDE.md

mcp-task-manager CLAUDE.md is an instructions file for coding agents from blizzy78/mcp-task-manager. It costs 1,196 tokens per session, scanned A, original, MIT.

Project instructions for a TypeScript server that lets AI agents create, split, organize, and track tasks. MCP, or Model Context Protocol, is a standard way for AI clients to use external tools.

In plain words
What is it for?
Use it when building or maintaining the task-management server, including its in-memory task storage and STDIO, SSE, or HTTP connections.
Why use it?
It gives developers a shared structure for handling complex work, dependencies, progress states, and workflow order.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/blizzy78/mcp-task-manager/claude-md
Clone the repo
git clone --depth 1 https://github.com/blizzy78/mcp-task-manager

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-task-manager CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/blizzy78/mcp-task-manager/claude-md.svg)](https://agentmods.dev/instructions/blizzy78/mcp-task-manager/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/blizzy78/mcp-task-manager/claude-md"><img src="https://agentmods.dev/badge/instructions/blizzy78/mcp-task-manager/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,196 This file is loaded in full into every session.
When invoked 1,196 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01196 $0.01196
Opus 5 $0.00598 $0.00598
Sonnet 5 $0.00239 $0.00239
Haiku 4.5 $0.00120 $0.00120

Measured 3d ago against content hash 5aed5c623091, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-task-manager CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Task Manager MCP Server

What the Project is About

The Task Manager MCP Server is a TypeScript-based Model Context Protocol (MCP) server that provides task management capabilities for AI agents and automation systems. This project implements an MCP server that exposes tools for structured task orchestration: task creation, task decomposition, and task status management.

The primary purpose of this project is to enable AI agents and other MCP clients to:

  • Create and organize tasks in hierarchical structures with dependencies
  • Decompose complex tasks into smaller, more manageable subtasks with sequence ordering
  • Track task progression through defined states (todo, in-progress, done, failed)
  • Orchestrate workflows with proper dependency validation and critical path tracking

The server maintains tasks in memory during execution and provides transport modes (STDIO, SSE, HTTP) for different integration scenarios.

MCP Specification Compliance

This server adheres to the Model Context Protocol (MCP) specification dated 2025-06-18. For full details, see the official specification:

High Level View of the Architecture

The Task Manager MCP Server follows a straightforward architecture built on the Model Context Protocol (MCP) SDK:

Core Components

1. Server Infrastructure
  • Entry Point (index.ts): Routes between different transport modes based on command-line arguments
  • Server Factory (task_manager.ts): Creates and configures the MCP server with tool handlers
  • Transport Modes:
    • STDIO Mode (stdio.ts): Standard input/output communication (default)
    • SSE Mode (sse.ts): Server-Sent Events with Express.js for web integration
    • HTTP Mode (streamableHttp.ts): HTTP-based communication
2. Task Management Tools

Discrete MCP tools provide the core functionality:

  • create_task: Creates new tasks with optional dependencies and uncertainty areas
  • decompose_task: Decomposes complex tasks into smaller, more manageable subtasks with sequence ordering
  • update_task: Manages task lifecycle states with validation rules (todo, in-progress, done, failed)
  • task_info: Returns full details for requested tasks
  • current_task: Returns a list of tasks that are currently in progress (single agent mode only)

Read the full file on GitHub · 112 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 112 lines · 1,196 tokens per session scan A 5aed5c623091

Subscribe to this mod's changes

mcp-task-manager CLAUDE.md is an instructions file published in the GitHub repository blizzy78/mcp-task-manager (4 stars, last pushed 12mo ago), licensed MIT. It adds 1,196 tokens to every session, about $0.0060 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.