Skip to content
Grok

archsteer for Grok

io.github.einvoice-dev1/archsteer

Architecture governance for AI agents: query the live model, get target patterns, check files.

client:Grok transport:stdio runtime:pypi

Install archsteer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "archsteer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "archsteer"
      ]
    }
  }
}

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

archsteer in other clients