MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/bugAgent
Code ExecutionOfficial
B

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.

0 starsUpdated Aug 28, 2026
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago