openSUSE/mcp-bugzilla
If you are the rightful owner of mcp-bugzilla and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Bugzilla Model Context Protocol (MCP) Server facilitates seamless interaction with Bugzilla, providing tools and prompts for efficient bug management.
Tools
Functions exposed to the LLM to take actions
bug_info
Retrieves comprehensive details for a specified Bugzilla bug ID.
bug_comments
Fetches all comments associated with a given bug ID.
add_comment
Adds a new comment to a specified bug.
bugs_quicksearch
Executes a search for bugs using Bugzilla's quicksearch syntax.
learn_quicksearch_syntax
Provides access to the official Bugzilla quicksearch syntax documentation.
server_url
Returns the base URL of the configured Bugzilla server.
bug_url
Constructs and returns the direct URL to a specific bug on the Bugzilla server.
mcp_server_info
Returns the arguments being used by the current server instance.
get_current_headers
Returns the headers being provided by the current HTTP request.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client