bugAgent
Connect bugAgent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bugAgent handles the rest.
Ads
Overview
Connect bug Agent to any MCP-compatible AI client. File, classify, and manage bugs, feature requests, and more directly from your AI coding assistant. No context switching, no copy-paste — just describe the issue and bug Agent handles the rest. bug Agent runs the hosted MCP server so AI clients can create, query, and manage bug reports, feature requests, enhancements, and more through the Model Context Protocol. Clients connect directly to the hosted Streamable HTTP endpoint. Create a Free account; new workspace owners are taken directly to API-key setup. Returning users can generate a key from Settings → Developers → API Keys.
Installation
npx @modelcontextprotocol/inspector
Configuration
{
"mcpServers": {
"bugagent": {
"type": "http",
"url": "https://mcp.bugagent.com/mcp",
"headers": {
"Authorization": "Bearer ba_live_YOUR_KEY_HERE"
}
}
}
}Capabilities
- File bug reports
Ask to "File a bug: Login button is unresponsive on iOS Safari" and `create_bug_report` auto-classifies it into one of 19 types with severity and priority.
- List and filter reports
Use `list_bug_reports` to query by project, severity, status, type, or search text, with pagination up to 100 results per page.
- Manage the triage queue
Let `pick_next_bug` surface the next S1-S3 ticket in priority order, then atomically claim it with `claim_bug` to prevent duplicate work.
- Update and comment on tickets
Change status, severity, or assignment via `update_bug_report`, or add context with `add_comment`; Jira-synced reports mirror changes automatically.
- Track work and analytics
Check plan usage with `get_usage`, view daily counts and breakdowns via `get_stats`, or resolve project IDs with `list_projects`.
- Manage epics and links
Create epics with `create_bug_report`, paginate children via `list_epic_children`, and connect related reports using `link_bug_reports`.
Tags
- project-management
- development
- workflow-automation
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.