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.
- Sign in with Google or GitHub
- Create your workspace and first project
- 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.
- Open Extensions in VS Code (
Ctrl+Shift+X) - Search for GitScrum Studio
- 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.
- Install from the Chrome Web Store
- Click the GitScrum icon in your toolbar
- 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-serverThen 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.
- Go to Project Settings → Webhooks
- Add your endpoint URL
- 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
| Platform | Best for |
|---|---|
| Web Application | Full project management, client billing, team collaboration |
| VS Code Extension | Developers who live in the IDE |
| Chrome Extension | Quick task capture, browser-based time tracking |
| MCP | AI-powered project management via natural language |
| REST API | Custom integrations, automation, CI/CD pipelines |
| Webhooks | Real-time event notifications to external systems |
| Mobile | On-the-go updates (coming soon) |