The Bugzilla MCP Server requires Bugzilla API access to function. Following security best practices is essential to protect your Bugzilla instance and data.
Restrict API key permissions to only necessary operations:
Best Practices:
Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)Cursor IDE:
.cursor/mcp.json.gitignore if in a repositoryVisual Studio Code:
mcp.json securelyFor local development, consider using environment variables:
export BUGZILLA_API_KEY="your-api-key"
export BUGZILLA_URL="https://bugzilla.example.com"
https:// URLshttps:// when possible, even for local instancesThe hosted production server at https://bugzilla.fastmcp.app/mcp:
What this means:
Consider implementing rate limiting for production use:
The server includes comprehensive error handling:
Monitor API key usage:
If you suspect a security issue: