Connect Bugherd with AI agents using Model Context Protocol (MCP). Seamlessly integrate Bugherd tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Bug Tracking tools for AI automation
Install Bugherd MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Bugherd with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
BugHerd is a visual feedback and bug tracking tool for websites, allowing clients and teams to report issues directly on live sites.
50
2113
Bug Tracking
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
Tool to add a guest (client) to a project. use when you want to add an existing client by id or invite a new client by email.
Tool to add a member to a project in bugherd. use when you need to add an existing user to a specific project.
Tool to add a new attachment to a task using an existing url. use when you have project and task ids and the external file url ready.
Tool to create a new column in a project. use when you need to add a custom workflow column after identifying the project id.
Tool to add a new comment to a task. use when you need to record discussion or feedback on an existing task.
Tool to create a new project. use when you need to initialize a project after gathering its name and url. example: "create a new project named 'my website' with url 'http://www.example.com'."
Tool to add a new task in a project. use when you have the project id and full task details ready.
Tool to create a new webhook for real-time event notifications. use when you need to configure a callback endpoint for task or comment events. example: "create a webhook for 'task create' events to be sent to 'https://example.com/webhook'."
Tool to delete a project. use when you need to permanently remove a project and its associated data. this action cannot be undone, so confirm the project id before calling.
Tool to list all active projects in your bugherd account. use when you need to retrieve the active projects list (e.g., for syncing or reporting).
Tool to list all attachments for a task. use when you need to retrieve file attachments after fetching task details.
Tool to list all columns for a project. use when you need the full set of default and custom columns for a project.
Tool to list all projects in your account. use after setting up valid api credentials.
Tool to list all users in your account. use after authenticating to fetch the current user roster. supports pagination via the `page` parameter.
Tool to list all installed webhooks. use when you need to audit or verify existing webhooks after setup.
Tool to retrieve details of a specific attachment. use after you have project id, task id, and attachment id to get filename, url, and timestamps.
Tool to show details of a specific column. use when you need metadata for a particular column within a project.
Tool to retrieve your bugherd organization details. use after authenticating to fetch account metadata.
Tool to show details for a specific project. use when you have the project id and need to retrieve its metadata.
Tool to list all projects a specific user has access to. use after obtaining the user's id.
20 actions available