Skip to content
Grok

agentos for Grok

io.github.imran-siddique/agentos

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

client:Grok transport:stdio runtime:npm

Install agentos in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentos in other clients