Install latest/stable of lpad

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install lpad

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for lpad

Package name

  • lpad

License

  • Apache-2.0

Last updated

  • Today - latest/stable
  • Today - latest/edge

Websites


Source code


Report a bug


Report a Snap Store violation

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"] } } } ```


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.