Odel
shield kya

shield kya

Local
@the-pixel-boys1TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@shield-agent/kyav0.1.29

Run

npx -y @shield-agent/kya

MCP client config

{
  "mcpServers": {
    "shield-kya": {
      "command": "npx",
      "args": [
        "-y",
        "@shield-agent/kya"
      ]
    }
  }
}