Version0+git4.00b12e0
Revision3
LicenseApache-2.0
Confinementstrict
Basecore26

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:

- searchpolicy — 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"]
 }

}
}
``

Update History

0+git1.33ad552 (1)0+git4.00b12e0 (3)
24 Aug 2026, 09:30 UTC
0+git1.33ad552 (1)
24 Aug 2026, 08:15 UTC

Published24 Aug 2026, 07:47 UTC

Last updated24 Aug 2026, 09:29 UTC

First seen24 Aug 2026, 08:15 UTC