ZenHub Connector for AI agents.
8 live capabilities
Manage GitHub agile boards and story point estimates with natural language.
Waiting for input…
Why people use ZenHub
ZenHub for Agile Board Management
This Connector fixes that by bringing the ZenHub interface into your chat. You just tell your agent what needs to happen, and it handles the API calls for you. You can update your board, check your epics, and pull release reports without ever leaving your workspace.
What Vinkius changes
You get to manage your entire agile workflow without ever opening a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Mid-Sprint Update
An engineer finishes a task and tells their agent to move issue #102 to the Done pipeline.
- Real-world use case 02
Sprint Planning
A scrum master asks the agent to list all epics for the current repo to see what is left in the backlog.
- Real-world use case 03
Estimate Correction
A developer realizes a task is harder than expected and asks the agent to set the story point estimate to 8.
Complete set · 8capabilities
The complete ZenHub capability set.
These are the exact actions your AI can choose when you ask it to work with ZenHub.
01—04
4 capabilities in this set.
Part of 8 available through ZenHub.
- 01 Capability
Get repo board
Pulls the ZenHub board for a specific repository. This lets you see the current pipeline structure and all active issues at a glance.
- 02 Capability
Get epic data
Fetches specific details for an epic. You can use this to see exactly what tasks are included in a major project goal.
- 03 Capability
List repo epics
Shows all epics associated with a repository. This helps you organize large-scale work and see the full scope of your projects.
- 04 Capability
Get zenhub issue data
Grabs the specific ZenHub metadata for a GitHub issue. It provides the agile context you need for tasks that aren't just standard issues.
05—08
4 capabilities in this set.
Part of 8 available through ZenHub.
- 05 Capability
Move issue between pipelines
Shifts an issue from one pipeline to another. This reflects real-time status changes without you having to leave your workspace.
- 06 Capability
Set issue estimate
Updates the story point value for a GitHub issue. This keeps your sprint planning accurate as tasks evolve during development.
- 07 Capability
List release reports
Retrieves release progress and metadata. Use this to track project milestones and see how close you are to a launch.
- 08 Capability
Get workspace board
Gets the full ZenHub board for a workspace and repository. This provides a big-picture view of the entire project's progress.
Set up in minutes
One URL. Then ask ZenHub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ZenHub 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_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ZenHub for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub URL.
- Step 03
Save and start
Save the connection and enable ZenHub in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zenhub": {
"url": "https://edge.vinkius.com/vk_preview_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub
Open Agent mode in chat and ask: "Using ZenHub, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zenhub": {
"url": "https://edge.vinkius.com/vk_preview_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub
Ask Copilot: "Using ZenHub, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zenhub": {
"url": "https://edge.vinkius.com/vk_preview_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub
Open Cascade and ask: "Using ZenHub, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zenhub": {
"url": "https://edge.vinkius.com/vk_preview_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub
Ask Cline: "Using ZenHub, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zenhub --transport http "https://edge.vinkius.com/vk_preview_beij0SNHrCXatTIqFSJSi3ZT7GoRueXOr28YrwzK/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 ZenHub
Ask Claude: "Using ZenHub, show me...". 8 tools are ready
Where the request belongs
Work ZenHub can move forward.
For the software engineer who hates context switching, the project manager who needs real-time updates without pestering the team, and the scrum master who wants to pull reports instantly.
Software Engineer
Updates issue status and story points directly from the IDE while they are actually coding.
Project Manager
Queries epic progress and board health using natural language to get status updates quickly.
Scrum Master
Pulls release reports and velocity metrics to facilitate sprint planning without manual data gathering.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVivifyScrum
Manage agile projects with Scrum and Kanban boards, sprint planning, and backlog grooming for software development teams.
Pivotal Tracker
Manage agile projects via Pivotal Tracker. list stories, track epics, and update tasks directly from any AI agent.
Yodiz
Manage user stories, sprints, bugs, and epics on Yodiz. the all-in-one agile project management and issue tracking capability.
Jira Software Cloud
Manage Jira Software Agile workflows. list boards, track sprints, manage backlogs, and inspect epics directly from your AI agent.
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.
Targetprocess
Connect your AI to Apptio Targetprocess. Agile portfolio management natively from the terminal: track user stories, active bugs, and sprint iterations seamlessly.
Bring your own AI
Change the model, client or framework. Keep ZenHub 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 ZenHub.
The practical details behind the request, access and result.
Can the ZenHub MCP update my GitHub issues?
Yes, it can update specific ZenHub metadata and move issues between your pipelines directly.
Does ZenHub MCP work with Cursor and VS Code?
Yes, it works with any MCP-compatible client including Cursor, VS Code, and Claude.
How do I connect my ZenHub account?
You'll need to provide your ZenHub API Token in your AI client's configuration after subscribing.
Can I see my release reports with ZenHub MCP?
Yes, you can ask your agent to list release reports to see progress metadata for your projects.
Does ZenHub MCP support story point estimates?
It allows you to set and retrieve story point estimates for any GitHub issue in your workspace.
Can I see all my epics at once?
You can ask your agent to list all epics for a specific repository to get a full overview.
How do I find my GitHub Repository ID?
You can find your Repository ID in your GitHub settings, or use a GitHub Connector to query your repository metadata.
Can I move an issue to a different pipeline using this agent?
Yes, the move_issue_between_pipelines capability allows you to specify a workspace, repository, issue number, and target pipeline ID to update the status.
Is it possible to set story point estimates?
Absolutely. Use the set_issue_estimate capability with the repository ID, issue number, and your desired point value.
One connection away
Give your agent a direct line to ZenHub.
Connect ZenHub once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available