npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/liorfranko-mcp-chain-of-thought

v1.0.1

Published

Chain of Thought is a tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavi

Readme

MCP Chain of Thought

Chain of Thought Demo smithery badge

🚀 An intelligent task management system based on Model Context Protocol (MCP), providing an efficient programming workflow framework for AI Agents.

📑 Table of Contents

✨ Features

  • 🧠 Task Planning & Analysis: Deep understanding of complex task requirements
  • 🧩 Intelligent Task Decomposition: Break down large tasks into manageable smaller tasks
  • 🔄 Dependency Management & Status Tracking: Handle dependencies and monitor progress
  • ✅ Task Verification: Ensure results meet requirements
  • 💾 Task Memory: Store task history for reference and learning
  • ⛓️ Thought Chain Process: Step-by-step reasoning for complex problems
  • 📋 Project Rules: Define standards to maintain consistency
  • 🌐 Web GUI: Optional web interface (enable with ENABLE_GUI=true)
  • 📝 Detailed Mode: View conversation history (enable with ENABLE_DETAILED_MODE=true)

🧭 Usage Guide

🚀 Quick Start

  1. 🔽 Installation: Install MCP Chain of Thought via Smithery or manually
  2. 🏁 Initial Setup: Tell the Agent "init project rules" to establish project-specific guidelines
  3. 📝 Plan Tasks: Use "plan task [description]" to create a development plan
  4. 👀 Review & Feedback: Provide feedback during the planning process
  5. ▶️ Execute Tasks: Use "execute task [name/ID]" to implement a specific task
  6. 🔄 Continuous Mode: Say "continuous mode" to process all tasks sequentially

🔍 Memory & Thinking Features

  • 💾 Task Memory: Automatically saves execution history for reference
  • 🔄 Thought Chain: Enables systematic reasoning through process_thought tool
  • 📋 Project Rules: Maintains consistency across your codebase

🔧 Installation

🔽 Via Smithery

npx -y @smithery/cli install @liorfranko/mcp-chain-of-thought --client claude

🔽 Manual Installation

npm install
npm run build

🔌 Using with MCP-Compatible Clients

⚙️ Configuration in Cursor IDE

Add to your Cursor configuration file (~/.cursor/mcp.json or project-specific .cursor/mcp.json):

{
  "mcpServers": {
    "chain-of-thought": {
      "command": "npx",
      "args": ["-y", "mcp-chain-of-thought"],
      "env": {
        "DATA_DIR": "/path/to/project/data", // Must use absolute path
        "ENABLE_THOUGHT_CHAIN": "true",
        "TEMPLATES_USE": "en",
        "ENABLE_GUI": "true",
        "ENABLE_DETAILED_MODE": "true"
      }
    }
  }
}

⚠️ Important: DATA_DIR must use an absolute path.

🔧 Environment Variables

  • 📁 DATA_DIR: Directory for storing task data (absolute path required)
  • 🧠 ENABLE_THOUGHT_CHAIN: Controls detailed thinking process (default: true)
  • 🌐 TEMPLATES_USE: Template language (default: en)
  • 🖥️ ENABLE_GUI: Enables web interface (default: false)
  • 📝 ENABLE_DETAILED_MODE: Shows conversation history (default: false)

🛠️ Tools Overview

| Category | Tool | Description | |-------------------|------------------------|--------------------------------------------| | 📋 Planning | plan_task | Start planning tasks | | | analyze_task | Analyze requirements | | | process_thought | Step-by-step reasoning | | | reflect_task | Improve solution concepts | | | init_project_rules | Set project standards | | 🧩 Management | split_tasks | Break into subtasks | | | list_tasks | Show all tasks | | | query_task | Search tasks | | | get_task_detail | Show task details | | | delete_task | Remove tasks | | ▶️ Execution | execute_task | Run specific tasks | | | verify_task | Verify completion | | | complete_task | Mark as completed |

🤖 Recommended Models

  • 👑 Claude 3.7: Offers strong understanding and generation capabilities
  • 💎 Gemini 2.5: Google's latest model, performs excellently

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

📚 Documentation

⭐ Star History

Star History Chart