Local Beta bridge for governed openadapt-flow workflows and attended actions.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
openadapt-agent · pypi · 2.0.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.OpenAdaptAI/openadapt-agent",
"description": "Local Beta bridge for governed openadapt-flow workflows and attended actions.",
"title": "OpenAdapt Agent (openadapt-flow bridge)",
"repository": {
"url": "https://github.com/OpenAdaptAI/openadapt-agent",
"source": "github"
},
"version": "2.0.1",
"websiteUrl": "https://docs.openadapt.ai",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "openadapt-agent",
"version": "2.0.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Serve a directory of compiled bundles over MCP (stdio).",
"value": "serve",
"type": "positional",
"valueHint": "subcommand"
},
{
"description": "Directory of compiled openadapt-flow bundles (one bundle, or a directory whose immediate subdirectories are bundles). This is the operator's own private artifact and is never shipped with the package.",
"isRequired": true,
"format": "filepath",
"type": "named",
"name": "--bundles",
"valueHint": "bundles_dir"
}
],
"environmentVariables": [
{
"description": "Decryption key for encrypted-at-rest bundles (workflow.json.enc). Omit for plaintext bundles.",
"isSecret": true,
"name": "OPENADAPT_BUNDLE_KEY"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"notes": "PHI-safe inspection and Needs Attention tools are available by default. Run tools require --allow-run. Continue, Skip, Teach, and Escalate require --allow-attended-actions; Continue and Skip additionally require a qualified deployment --config. See docs/DISTRIBUTION.md."
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-23T15:12:44.175407Z",
"publishedAt": "2026-07-23T15:12:44.175407Z",
"updatedAt": "2026-07-23T15:12:44.175407Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.0.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.