scope

briannadoubt/scope
★ 1 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
Local-first kanban for projects, epics, stories, and bugs — CLI + web UI + MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scope": {
      "command": "npx",
      "args": [
        "-y",
        "briannadoubt/scope"
      ]
    }
  }
}

README Excerpt

Local-first kanban for projects, epics, stories, and bugs — built so coding agents and humans can plan and track work without leaving the command line. Ships as a **CLI**, a **GitHub-Projects-style web UI**, and a **Model Context Protocol server**. Everything lives in a `.scope/` directory in your repo