mcp-bugzilla
Verified Safeby 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
uv run mcp-bugzilla --bugzilla-server https://bugzilla.example.com --host 127.0.0.1 --port 8000Environment 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
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-bugzilla
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.
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.