GitScrum / Docs

Quickstart

Get started with GitScrum Studio across all platforms. Web app, mobile, VS Code extension, Chrome extension, MCP, REST API, and Webhooks.

GitScrum Studio runs everywhere your team works. Pick your platform and get started in minutes.


Web Application

The full-featured project management platform at studio.gitscrum.com.

  1. Sign in with Google or GitHub
  2. Create your workspace and first project
  3. Start managing tasks on the Kanban board

Includes: Kanban boards, sprints, time tracking, ClientFlow (clients, invoices, proposals), team collaboration, wiki, discussions, and analytics.

Web Application Quickstart — Full setup guide with step-by-step instructions.


Mobile

Manage projects, update tasks, and track time from your phone.

Coming soon. The GitScrum mobile app is currently in development.

Mobile — Learn more and get notified at launch.


VS Code Extension

Access Kanban boards, time tracking, and team features without leaving your IDE. Works with VS Code, Cursor, and Windsurf.

  1. Open Extensions in VS Code (Ctrl+Shift+X)
  2. Search for GitScrum Studio
  3. Click Install and authenticate with your GitScrum account

Includes: Kanban board, sprints, time tracking, user stories, wiki, discussions, documents, and team standup.

VS Code Extension Setup — Complete installation and configuration guide.


Chrome Extension

Capture tasks from any webpage, track time from the browser toolbar, and take screenshots directly into GitScrum.

  1. Install from the Chrome Web Store
  2. Click the GitScrum icon in your toolbar
  3. Sign in with your GitScrum account

Includes: Quick task capture, time tracking, screenshot capture, and project quick access.

Chrome Extension — Features and installation details.


MCP (Model Context Protocol)

Connect AI assistants (Claude, GitHub Copilot, Cursor) to your GitScrum workspace. Manage projects, tasks, sprints, and time tracking through natural language.

Open source under MIT license.

npm install -g @gitscrum-studio/mcp-server

Then add to your AI client configuration:

{
  "mcpServers": {
    "gitscrum": {
      "command": "npx",
      "args": ["-y", "@gitscrum-studio/mcp-server"],
      "env": {
        "GITSCRUM_TOKEN": "your-api-token"
      }
    }
  }
}

MCP Quick Start — Full setup for Claude, Copilot, and Cursor.


REST API

Programmatic access to workspaces, projects, tasks, sprints, time tracking, wiki, discussions, and more.

Base URL: https://services.gitscrum.com

curl -X GET "https://services.gitscrum.com/projects?company_slug=acme-corp" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json"

Generate your API token in Workspace Settings → API.

API Overview — Endpoints, authentication, and examples.


Webhooks

Receive real-time HTTP callbacks when events occur in your workspace — task created, sprint started, time tracked, and more.

  1. Go to Project Settings → Webhooks
  2. Add your endpoint URL
  3. Select the events to subscribe

33 event types across tasks, sprints, time tracking, comments, attachments, user stories, discussions, and videos.

Webhooks Overview — Setup, payload format, and event reference.


Choose Your Path

PlatformBest for
Web ApplicationFull project management, client billing, team collaboration
VS Code ExtensionDevelopers who live in the IDE
Chrome ExtensionQuick task capture, browser-based time tracking
MCPAI-powered project management via natural language
REST APICustom integrations, automation, CI/CD pipelines
WebhooksReal-time event notifications to external systems
MobileOn-the-go updates (coming soon)