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.
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:
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 READMEcreate_tasklistCreates a new task list for the current session with optional initial tasks
update_taskUpdates specific task properties including status, evaluation, and metadata
get_statusRetrieves current status for all tasks or a specific task
Comparable tools
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 startClaude 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
Last updated · Auto-generated from public README + GitHub signals.