BugHerd Connector for AI agents.
10 live capabilities
Manage bug tracking and issue reporting directly from your chat.
Waiting for input…
Why people use BugHerd
BugHerd for Automated Bug Tracking and Triage
This Connector changes that by bringing the tracker to you. You just tell your agent to create the task or update a status, and it handles the API calls in the background. You stay in your flow, and the tickets get updated automatically.
What Vinkius changes
You can manage your entire bug tracking lifecycle without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
QA Bug Triage
A QA lead receives a list of website bugs and tells the agent to create tasks for each one in the 'Production Feedback' project.
- Real-world use case 02
Developer Status Sync
A developer finishes a fix and asks the agent to update the task status to 'Done' and assign it back to the product manager.
- Real-world use case 03
Team Permissions Audit
An admin wants to see who has access to the workspace and uses list_users to verify the current team members.
Complete set · 10capabilities
The complete BugHerd capability set.
These are the exact actions your AI can choose when you ask it to work with BugHerd.
01—04
4 capabilities in this set.
Part of 10 available through BugHerd.
- 01 Capability
Add comment
Add a specific note to a BugHerd task. This keeps the history of a bug clear for everyone involved.
- 02 Capability
Create project
Create a new project container in BugHerd. Use this to organize different workstreams or client sites.
- 03 Capability
Create task
Generate a new bug or task within a project. This lets you turn feedback into actionable items instantly.
- 04 Capability
Get project
Retrieve the details of a specific project. Use this to check current project metadata or settings.
05—07
3 capabilities in this set.
Part of 10 available through BugHerd.
- 05 Capability
Get task
Fetch the details of a single bug task. This is useful for seeing the current status and description of a specific issue.
- 06 Capability
List comments
View all existing comments on a task. This helps you see the full conversation history without scrolling.
- 07 Capability
List projects
Show a list of all projects in your account. Use this to get an overview of your active work.
08—10
3 capabilities in this set.
Part of 10 available through BugHerd.
- 08 Capability
List tasks
Get a list of all tasks for a specific project. This is great for seeing what's on the plate for a given goal.
- 09 Capability
List users
See all members of your BugHerd workspace. Use this to identify who has access to your project data.
- 10 Capability
Update task
Change the description, status, priority, or assignee of a task. This makes it easy to move tickets through your workflow.
Set up in minutes
One URL. Then ask BugHerd to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BugHerd 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_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BugHerd for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd URL.
- Step 03
Save and start
Save the connection and enable BugHerd in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bugherd-alternative": {
"url": "https://edge.vinkius.com/vk_preview_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd
Open Agent mode in chat and ask: "Using BugHerd, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bugherd-alternative": {
"url": "https://edge.vinkius.com/vk_preview_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd
Ask Copilot: "Using BugHerd, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bugherd-alternative": {
"url": "https://edge.vinkius.com/vk_preview_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd
Open Cascade and ask: "Using BugHerd, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bugherd-alternative": {
"url": "https://edge.vinkius.com/vk_preview_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd
Ask Cline: "Using BugHerd, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bugherd-alternative --transport http "https://edge.vinkius.com/vk_preview_k2TD1LtjXeJP8AwZQhXqUqBBC5B6N7FnesyyJSOo/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 BugHerd
Ask Claude: "Using BugHerd, show me...". 10 tools are ready
Where the request belongs
Work BugHerd can move forward.
This is for the QA engineer tired of manual data entry, the developer who wants to stay in their IDE, and the product manager who needs to keep project statuses current without constant tab-switching.
QA Engineer
Triage a list of website bugs and turn them into actionable tasks in a project without manual typing.
Frontend Developer
Update task statuses and add technical comments to bugs as you finish your code changes.
Product Manager
Monitor project progress and check workspace members to keep the team organized.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBugHerd
Manage BugHerd projects, tasks, and comments through AI Agents.
Yodiz
Manage user stories, sprints, bugs, and epics on Yodiz. the all-in-one agile project management and issue tracking capability.
Frill
Manage product feedback, roadmaps, and announcements via Frill. create ideas, list updates, and organize categories directly from your AI agent.
TAPD
Agile product development and collaboration platform by Tencent. manage stories, bugs, and iterations via AI.
Canny
Manage product feedback via Canny. track feature requests, bugs, and user votes directly from any AI agent.
Linear (Issue Tracking & PM)
Manage product development via Linear. track issues, monitor sprint cycles, and audit team projects.
Bring your own AI
Change the model, client or framework. Keep BugHerd 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 BugHerd.
The practical details behind the request, access and result.
Can I use BugHerd MCP to create tasks?
Yes, it allows your agent to generate new tasks in specific projects. You can describe the bug to your agent, and it will create the entry for you.
Does BugHerd MCP support updating priorities?
Yes, you can use it to change the priority, status, or assignee of any task. This makes it easy to move tickets through your workflow without clicking through menus.
How do I see all my projects with BugHerd MCP?
Just ask your agent to list projects, and it will show you every project in your account. This is a great way to get a quick overview of your active work.
Can my agent add comments to bugs?
Yes, it can add comments to specific tasks to keep your team updated. You can ask your agent to post a summary of your latest findings or a status update.
Is BugHerd MCP good for QA teams?
It's great for QA because it lets you triage bugs and manage feedback without leaving your primary capabilities. It helps you turn feedback into tickets much faster.
Can I see who has access to my BugHerd workspace?
Yes, the Connector can list all users in your account for easy auditing. This helps you keep track of who is involved in your projects.
Can the AI Agent resolve or close a task automatically?
Yes, using the update_task capability, the agent can change the task status to 'closed' or 'done' within BugHerd.
Are attachments or screenshots supported?
Currently, the Connector manages text-based tasks, comments, and project structures. Adding direct screenshot files via AI is not supported in this version.
Can I read comments from any ticket?
Yes! The agent can fetch and read all comments attached to a specific task using the list_comments capability, provided you supply the Project ID and Task ID.
One connection away
Give your agent a direct line to BugHerd.
Connect BugHerd once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available