Skip to content
Grok

IdentArk Gateway for Grok

io.identark/gateway

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

client:Grok transport:streamable-http

Install IdentArk Gateway in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gateway": {
      "type": "http",
      "url": "https://api.identark.io/v1/mcp/rpc"
    }
  }
}

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

IdentArk Gateway in other clients