Scopecraft Command

by scopecraft

174 stars
232 downloads
Not rated
GitHub

About

Scopecraft Command - A CLI and MCP server for Markdown-Driven Task Management (MDTM)

Details

Author
scopecraft
GitHub stars
174
Downloads
232
Categories
Other

- Two-state workflow with phase-based task organization (current/archive)
- Parent tasks with subtask sequencing and parallel execution
- Supports MDTM format with TOML/YAML frontmatter
- Provides both CLI and MCP server interfaces
- Includes specialized Claude commands for feature development
- Automated project type detection and multi-project support

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Scopecraft Command
    Command (node, npx, python, etc.) Array

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally via npm, yarn, or bun, or run directly with npx. Configure your project root using CLI parameters, MCP commands, a config file, or environment variables. Then use sc commands (e.g., sc task list, sc task create) or start the MCP server with scopecraft-mcp or scopecraft-stdio.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "scopecraft command": {
            "command": {
                "command": "npx",
                "args": [
                    "@scopecraft/cmd",
                    "sc",
                    "task",
                    "list"
                ]
            }
        }
    }
}

McpServers

{
    "command": {
        "command": "npx",
        "args": [
            "@scopecraft/cmd",
            "sc",
            "task",
            "list"
        ]
    }
}

Scopecraft Command

A powerful command-line tool and MCP server for managing Markdown-Driven Task Management (MDTM) files. Scopecraft helps you organize tasks, features, and development workflows with a structured approach.

> Version 2.0: Now with two-state workflow (current/archive) and phase-based organization, parent tasks for complex features, and advanced subtask sequencing capabilities!

Key Features:
Works with any AI IDE (Cursor, Claude Desktop, etc.) via flexible project root configuration
Two-state workflow with phase-based task organization (current/archive + phase metadata)
Parent tasks with subtask sequencing and parallel execution
Supports MDTM format with TOML/YAML frontmatter
Provides both CLI and MCP server interfaces
Includes specialized Claude commands for feature development
Automated project type detection
Multi-project support with easy switching

Installation

Install from NPM

Global Installation (Recommended)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.