Back to Home
kskarthik icon

mcp-bugzilla

Verified Safe

by kskarthik

Overview

Provides a Model Context Protocol (MCP) server for AI models and other MCP clients to interact with Bugzilla instances for querying bug information, managing comments, and performing searches.

Installation

Run Command
uv run mcp-bugzilla --bugzilla-server https://bugzilla.example.com --host 127.0.0.1 --port 8000

Environment Variables

  • BUGZILLA_SERVER
  • MCP_HOST
  • MCP_PORT
  • MCP_API_KEY_HEADER
  • LOG_LEVEL

Security Notes

The server passes the Bugzilla API key as a URL parameter to the Bugzilla REST API for every request. Crucially, the server's own logging configuration logs these outbound Bugzilla requests, including the full URL and parameters, which means the Bugzilla API key will be recorded in the MCP server's logs (at INFO level or higher). This poses a significant security risk as it exposes the API key if the server logs are accessed by unauthorized parties. Additionally, sensitive Bugzilla data returned by API calls (e.g., bug details, comments) may be logged at DEBUG level.

Similar Servers

Stats

Interest Score29
Security Score6
Cost ClassHigh
Avg Tokens1200
Stars4
Forks4
Last Update2026-01-06

Tags

BugzillaMCPAPIAIIssue Tracking