GitScrum Tasks Connector for AI agents.
28 live capabilities
Manage your project backlog and sprint tasks via natural language.
Waiting for input…
Why people use GitScrum Tasks
GitScrum Tasks for Automated Sprint Management
With this Connector, you just type a sentence. You tell your agent to create the task, and it handles the metadata, the project selection, and the assignment in one go. You get a confirmed task code back in seconds without ever leaving your workspace.
What Vinkius changes
You can manage your entire project backlog through natural language instead of clicking through a web interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sprint Planning
A Scrum Master asks the agent to "Create a new bug task for the login timeout and assign it to Jane.
- Real-world use case 02
Deep Work Flow
A developer wants to see what's next.
- Real-world use case 03
Feature Breakdown
A PM needs to break down a large feature.
Complete set · 28capabilities
The complete GitScrum Tasks capability set.
These are the exact actions your AI can choose when you ask it to work with GitScrum Tasks.
01—04
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 01 Capability
Update task
Modify the details of an existing task. This keeps your project data accurate.
- 02 Capability
Assign member
Assign a specific user to a task. This helps keep ownership clear across the team.
- 03 Capability
Create checklist item
Add a new item to a task checklist. You can use a parent_id to nest sub-items.
- 04 Capability
List comments
View all existing comments on a task. This gives you context on previous discussions.
05—08
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 05 Capability
Set task estimate
Set the story points or effort for a task. Use this to plan your sprint capacity.
- 06 Capability
My tasks
Get a list of every task assigned to you. This is your go-to for daily planning.
- 07 Capability
Related tasks
Find tasks that are linked to a specific one. This helps you see the bigger picture.
- 08 Capability
List subtasks
View all subtasks belonging to a parent task. This shows the breakdown of work.
09—12
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 09 Capability
List checklists
See all checklist items attached to a task. This helps you track what's left to do.
- 10 Capability
Toggle checklist item
Mark a checklist item as done or undone. It's a quick way to update progress.
- 11 Capability
Create comment
Add a rich text comment to a task. This keeps the conversation history in one place.
- 12 Capability
Delete comment
Remove a comment from a task. Use this to clean up outdated notes.
13—16
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 13 Capability
Update comment
Edit a comment you've already posted. This lets you fix typos or add new info.
- 14 Capability
Duplicate task
Create an exact copy of an existing task. It's useful for repeating similar work.
- 15 Capability
List effort levels
See the available priority or effort levels. This helps you stay consistent with project standards.
- 16 Capability
Move task to project
Transfer a task to a different project. This keeps your boards organized.
17—20
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 17 Capability
Link subtask
Connect an existing task as a subtask. This builds out your task hierarchy.
- 18 Capability
Unlink subtask
Remove a task from its subtask relationship. Use this if a task needs to stand alone.
- 19 Capability
Get task by code
Find a task using its human-readable code like WEB-42. This is much faster than using IDs.
- 20 Capability
Create task
Create a new task from scratch. This is how you add new work to the backlog.
21—24
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 21 Capability
Delete task
Permanently remove a task. Be careful as this action cannot be undone.
- 22 Capability
Toggle task done
Switch the completion status of a task. Use this to move items to the done column.
- 23 Capability
Get task
Fetch all details for a specific task using its UUID. This provides the full context for an item.
- 24 Capability
List tasks
Filter your tasks by status, labels, or date ranges. This is the primary way to browse your backlog.
25—28
4 capabilities in this set.
Part of 28 available through GitScrum Tasks.
- 25 Capability
My today tasks
See the tasks due specifically today. This helps you prioritize your immediate workload.
- 26 Capability
Create task type
Define a new task type with a hex color code. This helps standardize your project categories.
- 27 Capability
List task types
View all task types and their colors. This ensures you're using the correct categories.
- 28 Capability
Unassign member
Remove a user from a task. This is useful when ownership changes mid-sprint.
Set up in minutes
One URL. Then ask GitScrum Tasks to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GitScrum Tasks from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GitScrum Tasks, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GitScrum Tasks for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GitScrum Tasks URL.
- Step 03
Save and start
Save the connection and enable GitScrum Tasks in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gitscrum-tasks": {
"url": "https://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GitScrum Tasks
Open Agent mode in chat and ask: "Using GitScrum Tasks, help me...". 28 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gitscrum-tasks": {
"url": "https://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GitScrum Tasks
Ask Copilot: "Using GitScrum Tasks, help me...". 28 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gitscrum-tasks": {
"url": "https://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GitScrum Tasks
Open Cascade and ask: "Using GitScrum Tasks, help me...". 28 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gitscrum-tasks": {
"url": "https://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GitScrum Tasks
Ask Cline: "Using GitScrum Tasks, help me...". 28 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gitscrum-tasks --transport http "https://edge.vinkius.com/vk_preview_djh5c2EYJEoQj6QkL10SdNUZ9WEWVo5daRBvLQK8/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GitScrum Tasks
Ask Claude: "Using GitScrum Tasks, show me...". 28 tools are ready
Where the request belongs
Work GitScrum can move forward.
It's for project leads and engineers who are tired of the context-switching tax. It's for the person who wants to keep their hands on the keyboard and their eyes on the code while the project board stays updated.
Software Engineer
Updates task status and adds checklists while staying inside the IDE.
Scrum Master
Manages sprint backlogs and assigns story points using voice or text commands.
Product Manager
Filters tasks by label or effort to get a bird's-eye view of the roadmap.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGitScrum
Manage workspaces, projects, workflows, and labels via GitScrum. browse your organizational structure and configure boards directly from any AI agent.
Pivotal Tracker
Manage agile projects via Pivotal Tracker. list stories, track epics, and update tasks directly from any AI agent.
MeisterTask
Organize team tasks with visual Kanban boards, recurring workflows, and integrations that connect to your favorite capabilities.
VivifyScrum
Manage agile projects with Scrum and Kanban boards, sprint planning, and backlog grooming for software development teams.
Yodiz
Manage user stories, sprints, bugs, and epics on Yodiz. the all-in-one agile project management and issue tracking capability.
GitScrum Sprints
Plan and track sprints via GitScrum. manage sprint cycles, monitor KPIs, review burndown charts, and organize user stories and epics from any AI agent.
Bring your own AI
Change the model, client or framework. Keep GitScrum connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GitScrum.
The practical details behind the request, access and result.
Can I use GitScrum Tasks MCP to manage my team's sprint?
Yes, it lets you assign members, set story points, and move tasks between projects to keep your sprint organized.
Does it work with my existing GitScrum projects?
Yes, it connects to your current projects using your API token, so all your existing data remains accessible.
Can I filter my tasks by specific labels?
Yes, you can use the agent to filter your backlog by labels, types, statuses, and even specific date ranges.
How do I see my daily workload?
Just ask your agent for your tasks due today, and it will pull up a clear list of what needs attention.
Can I create subtasks for larger features?
Yes, you can link tasks as subtasks to build out a clear hierarchy of work for complex features.
Does it support rich text in comments?
Yes, you can add and edit comments with rich text to keep the conversation history organized in one place.
Can my AI agent find a specific task by its human-readable code like WEB-42?
Yes! Use the get_task_by_code capability with the task code (e.g., WEB-42). Your agent will return the full task details including description, assignees, workflow status, labels, sprint association, time estimates, and checklist progress. in seconds.
I want to quickly see what I need to work on today. Can the agent help?
Absolutely. Use my_today_tasks to see everything due today, or my_tasks for your full assignment list across all workspaces. The agent returns task titles, project context, due dates, and current workflow status. your daily standup briefing in one command.
Can the agent manage task assignments and checklists too?
Yes. Use assign_member and unassign_member to manage task assignments by username. For checklists, use create_checklist_item to add items (including nested sub-items via parent_id), and toggle_checklist_item to mark them done. The complete task lifecycle is covered. from creation to completion.
One connection away
Give your agent a direct line to GitScrum.
Connect GitScrum once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available