Model Context Protocol server for Bugzilla. Enables AI apps to interact with Bugzilla bug tracking systems.
Server Config
{
"mcpServers": {
"bugzilla": {
"url": "https://bugzilla.fastmcp.app/mcp",
"headers": {
"api_key": "your-api-key-here",
"bugzilla_url": "https://bugzilla.example.com"
}
}
}
}