MCP server for GitScrum β manage tasks, sprints, time tracking, and client workflows via AI
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Turn your AI Agent into a full-scale Project Manager.
The Official Model Context Protocol (MCP) server for GitScrum provides AI assistants (Claude, Cursor, Windsurf, Copilot) with deep context and operational access to your entire project stack.
β‘ Hosted (Recommended)Zero install. Works everywhere. SSE-based server hosted on AWS. Just add URL + token to your AI client. Best for: Claude Desktop, Cursor, Windsurf, any SSE-compatible client. |
π¦ Local (npm)Self-hosted via npx. Runs locally via stdio transport. Requires Node.js 18+. Best for: VS Code, GitHub Copilot, offline environments. |
GitScrum Studio MCP Server connects AI assistants to your GitScrum workspace via the Model Context Protocol. It gives Claude, GitHub Copilot, Cursor, and any MCP-compatible client full operational access to your project management stack β tasks, sprints, time tracking, user stories, epics, kanban workflows, team discussions, wiki, notes, client CRM, invoicing, proposals, budget tracking, analytics dashboards, standup reports, and activity feeds.
Everything your team does in the GitScrum web app, your AI assistant can now do through conversation.
29 tools. 160+ operations. Zero context switching.
Edit the configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to .vscode/mcp.json or your MCP settings:
Tell your AI assistant: "Login to GitScrum"
The server initiates an OAuth 2.0 Device Authorization Grant flow. You authorize in the browser β credentials are never shared with the MCP server.
Each tool uses a consolidated action parameter, reducing LLM context tokens by ~80% compared to individual tool definitions.
| Tool | Actions | Docs |
|---|---|---|
task | my today get create update complete subtasks filter by_code duplicate move notifications | tasks |
sprint | list all get kpis create update stats reports progress metrics | sprints |
workspace | list get | projects |
project | list get stats tasks workflows types efforts labels members | projects |
time | active start stop logs analytics team reports productivity timeline | time-tracking |
| Tool | Actions | Docs |
|---|---|---|
user_story | list get create update all | user-stories |
epic | list create update | epics |
label | list create update attach detach toggle | labels |
task_type | list create update assign | task-types |
workflow | create update | workflows |
| Tool | Actions | Docs |
|---|---|---|
discussion | all channels channel messages send search unread mark_read create_channel update_channel | discussions |
comment | list add update | comments |
wiki | list get create update search | wiki |
note | list get create update share revisions | notevault |
note_folder | list create update move | notevault |
search | β | search |
| Tool | Actions | Docs |
|---|---|---|
client | list get create update contacts interactions add_interaction | clientflow |
invoice | list get stats create update issue send mark_paid | clientflow |
proposal | list get stats create update send approve reject convert | clientflow |
clientflow_dashboard | 8 reports | clientflow |
clientflow_cross_workspace | 4 reports | clientflow |
| Tool | Actions | Docs |
|---|---|---|
standup | summary completed blockers team stuck digest contributors | standup |
analytics | 10 reports | analytics |
activity | feed user_feed notifications activities task_workflow | activity |
budget | projects_at_risk overview consumption burn_down alerts events | budget |
| Tool | Description | Docs |
|---|---|---|
auth_login | Initiate device code flow | auth |
auth_complete | Complete authorization | auth |
auth_status | Check session status | auth |
auth_logout | Clear stored credentials | auth |
Full reference: docs/TOOLS.md
The server is designed around the principle of least privilege.
| Layer | Protection |
|---|---|
| Operations | Only CREATE, READ, UPDATE. DELETE is blocked at MCP and API layers. |
| Authentication | OAuth 2.0 Device Grant β credentials never touch the server. |
| Token storage | Local filesystem with restricted permissions. |
| Rate limiting | Automatic lockout after failed auth attempts. |
Destructive operations must be performed in the GitScrum Studio.
Full details: docs/SECURITY.md
Found a vulnerability? Report privately to security@gitscrum.com.
| Hosted Server | SSE setup for Claude, Cursor, Windsurf, and more |
| Usage Guide | Practical examples and common workflows |
| Tools Reference | All 29 tools with parameters and response shapes |
| Per-Tool Guides | Deep-dive into each tool module |
| Security | Security model, token handling, threat mitigations |
| Development | Local setup, architecture, testing, contribution |
| Changelog | Version history and migration notes |
Inspect locally with the MCP Inspector:
| Requirement | Version |
|---|---|
| Node.js | >= 18.0.0 |
| npm | >= 8.0.0 |
Full guide: docs/DEVELOPMENT.md
See CONTRIBUTING.md for guidelines.
MIT β see LICENSE.
WebsiteΒ Β Β·Β Β DocsΒ Β Β·Β Β IssuesΒ Β Β·Β Β Changelog
Built by GitScrum
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-93)<a href="https://allmcps.com/mcp/mcp-93"><img src="https://allmcps.com/api/badge/mcp-93?style=directory" alt="Mcp on AllMCPs" /></a>