Skip to content
Claude Desktop

agentos for Claude Desktop

io.github.imran-siddique/agentos

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

client:Claude Desktop transport:stdio runtime:npm

Install agentos in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentos": {
      "command": "npx",
      "args": [
        "-y",
        "agentos-mcp-server"
      ],
      "env": {
        "AGENTOS_POLICY_MODE": "<AGENTOS_POLICY_MODE>",
        "AGENTOS_LOG_LEVEL": "<AGENTOS_LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentos in other clients