Back to Home
openSUSE icon

mcp-bugzilla

Verified Safe

by openSUSE

Overview

This MCP server enables AI models and other MCP clients to interact with Bugzilla instances, allowing them to query bug information, manage comments, and leverage quicksearch capabilities.

Installation

Run Command
docker run -p 8000:8000 -e BUGZILLA_SERVER=https://bugzilla.example.com kskarthik/mcp-bugzilla --bugzilla-server https://bugzilla.example.com --host 0.0.0.0 --port 8000

Environment Variables

  • BUGZILLA_SERVER
  • MCP_HOST
  • MCP_PORT
  • MCP_API_KEY_HEADER
  • LOG_LEVEL

Security Notes

The primary security risk identified is that the internal `Bugzilla` client, which communicates with the Bugzilla server, includes the Bugzilla API key as a URL query parameter (`?api_key=...`) in every request. This is less secure than sending it in an HTTP header, as URLs are more prone to being logged, cached, and exposed in server access logs or network monitoring. Additionally, at `DEBUG` log level, sensitive information like full bug details and comment payloads are logged, which could expose private data if not handled carefully.

Similar Servers

Stats

Interest Score29
Security Score4
Cost ClassMedium
Avg Tokens1000
Stars4
Forks4
Last Update2026-01-06

Tags

BugzillaMCPAI IntegrationIssue TrackingREST API