Skip to content

famaoai-creator/kyberion-agent-plugin

v1.0.0

Portable Agent Plugins package for Kyberion governed operations, knowledge access, mission control, approvals, and audit workflows.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

kyberionstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bin/kyberion-mcp.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "KYBERION_PERSONA": "sovereign_concierge",
    "NODE_ENV": "production"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "kyberion-agent-plugin",
  "version": "1.0.0",
  "description": "Portable Agent Plugins package for Kyberion governed operations, knowledge access, mission control, approvals, and audit workflows.",
  "author": {
    "name": "Kyberion (famao)"
  },
  "repository": "https://github.com/famaoai-creator/kyberion",
  "keywords": ["kyberion", "governance", "mission-control", "knowledge", "audit", "mcp"],
  "extensions": {
    "org.kyberion": {
      "governance": {
        "tier_visibility": ["public"],
        "risky_operations_require_approval": true
      },
      "compatibility": {
        "claude_code": "../kyberion-claude-code",
        "cowork_manifest": "../kyberion/plugin-manifest.json",
        "cowork_connector": "../kyberion/connector.json"
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • org.kyberion