Loading MCP server directory, please wait...
KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.
npx @getmcp/cli add io.github.The-Pixel-Boys/shield-kyaRequires Node.js 18+. Community-contributed server. Review source before installing.
KYA_BASE_URLControl plane origin (e.g. http://127.0.0.1:8090 or hosted URL)
KYA_API_KEYAPI key for the control plane (required when auth is on)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.The-Pixel-Boys/shield-kya": {
"command": "npx",
"args": [
"-y",
"@shield-agent/kya",
"serve-mcp",
"--stdio"
],
"env": {
"KYA_BASE_URL": "",
"KYA_API_KEY": "",
"KYA_HOST": "ide",
"KYA_AGENT_ID": ""
}
}
}
}