Description

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

Installation

npx -y scopecraft-command
npm install scopecraft-command
git clone https://github.com/scopecraft/command

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "scopecraft-command": {
      "command": "npx",
      "args": [
        "-y",
        "scopecraft-command"
      ]
    }
  }
}