Skip to content
Grok

shield kya for Grok

io.github.the-pixel-boys/shield-kya

KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.

client:Grok transport:stdio runtime:npm

Install shield kya 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": {
    "shield-kya": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shield-agent/kya"
      ],
      "env": {
        "KYA_BASE_URL": "<KYA_BASE_URL>",
        "KYA_API_KEY": "<KYA_API_KEY>",
        "KYA_HOST": "<KYA_HOST>",
        "KYA_AGENT_ID": "<KYA_AGENT_ID>"
      }
    }
  }
}

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

shield kya in other clients