MCP Catalogs
Home

systemprompt-mcp-taskchecker

by Ejb503·2·Score 35

MCP server for intelligent task management, evaluation scoring, and session-based workflow tracking with comprehensive enterprise features.

productivityai-llmdeveloper-tools
1
Forks
1
Open issues
11 mo ago
Last commit
2d ago
Indexed

Overview

The SystemPrompt MCP TaskChecker is a well-structured enterprise-grade server that transforms how AI assistants handle task management and workflow orchestration. Built with TypeScript and MCP 2025-03-26 compliance, it offers intelligent task orchestration with dynamic task lists, advanced evaluation scoring (0-100 scale), and secure session-based architecture. The server provides production-grade reliability with comprehensive error handling and real-time workflow tracking capabilities.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:AI assistant task management with structured evaluation
you:Enterprise workflow orchestration with progress tracking
you:Session-based task coordination for collaborative projects
you:How many concurrent sessions does the server support?
you:What types of task statuses are available?
you:How is data persisted between sessions?

When to choose this

Choose this server if you need enterprise-grade task management with evaluation scoring and session-based workflows for AI assistants.

When NOT to choose this

Don't choose this if you need persistent task storage beyond session duration or require evaluation metrics beyond the 0-100 scale.

Tools this server exposes

3 tools extracted from the README
  • create_tasklist

    Creates a new task list for the current session with optional initial tasks

  • update_task

    Updates specific task properties including status, evaluation, and metadata

  • get_status

    Retrieves current status for all tasks or a specific task

Comparable tools

task-mcpworkflow-mcpproductivity-mcp

Installation

Installation

Prerequisites

  • Node.js 18.0.0 or higher
  • npm

Quick Start

# Clone the repository
git clone https://github.com/Ejb503/systemprompt-mcp-taskchecker.git
cd systemprompt-mcp-taskchecker

# Install dependencies
npm install

# Build the project
npm run build

# Start the server
npm start

Claude Desktop Integration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "systemprompt-taskchecker": {
      "command": "npx",
      "args": ["systemprompt-mcp-taskchecker"],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}

FAQ

How many concurrent sessions does the server support?
The server supports 1000+ simultaneous sessions with configurable limits.
What types of task statuses are available?
Tasks can have three statuses: 'pending', 'in_progress', or 'completed'.
How is data persisted between sessions?
Data is stored in-memory with automatic cleanup, designed for session-based workflows.

Compare systemprompt-mcp-taskchecker with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.