← Back to Plugins
MCP Server MCP

io.github.imran-siddique/agentos

github By github 👁 1 views ▲ 0 votes

Build and manage policy-compliant AI agents with safety enforcement and compliance checking

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agentos-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Policy enforcement mode: strict (block all violations) or permissive (warn only)",
          "format": "string",
          "name": "AGENTOS_POLICY_MODE"
        },
        {
          "description": "Log level: debug, info, warn, or error",
          "format": "string",
          "name": "AGENTOS_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...