Install latest/edge of debot

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install debot --edge

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

debot is only available on the unstable edge channel. It could break and change often.

Channel Version Published

Details for debot

Package name

  • debot

License

  • Apache-2.0

Last updated

  • Today - latest/edge

Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Debian Policy Manual MCP server for AI agents

debot is a Model Context Protocol (MCP) server that exposes the Debian Policy Manual as MCP resources, with two tools:

  • search_policy — multi-word keyword search over the whole policy manual; a query need not match every word, but lines matching more of the query's words rank first, returned as file:line: text matches
  • upgrade_checklist — emits the policy upgrade checklist sections from a given standards version (the Standards-Version your package was last checked against) until the latest

The policy manual is embedded at build time from the git submodule in policy/, so the server needs no network access at runtime.

Configuration for opencode

To use debot as an MCP server with [opencode](https://github.com/opencode), add the following to your ~/.config/opencode/opencode.json:

```jsonc { "mcp": { "debot": { "type": "local", "enabled": true, "command": ["debot", "mcp"] } } } ```

Revision Channel Version Published Build Commit

The build and commit information is derived from build infrastructure records.


Install debot 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.