lpad
Install latest/stable of lpad
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Details for lpad
Package name
- lpad
License
- Apache-2.0
Last updated
- 23 July 2026 - latest/stable
- 23 July 2026 - latest/edge
Websites
Source code
Report a bug
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report lpad for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
Launchpad MCP server for AI agents
lpad is a Model Context Protocol (MCP) server that connects AI agents to Launchpad, Ubuntu's open-source project hosting and bug tracking platform.
It exposes Launchpad's bug tracking data as tools and prompts that AI assistants can use to list project bugs, fetch bug details, add comments, and update bug task statuses.
The tool supports three authentication modes: anonymous (read-only access to public data), environment variables (LAUNCHPAD_OAUTH_*), and stored OAuth credentials file.
lpad is designed to run as a stdio-based MCP server, typically invoked by an MCP client such as opencode to provide Launchpad-aware capabilities to AI-powered workflows.
Configuration for opencode
To use lpad as an MCP server with [opencode](https://github.com/opencode), add
the following to your ~/.config/opencode/opencode.jsonc:
```jsonc { "mcp": { "lpad": { "type": "local", "enabled": true, "command": ["lpad", "mcp"] } } } ```
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
Install lpad on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.