KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.
claude mcp add shield-kya -- npx -y @shield-agent/kya
claude_desktop_config.json
{
"mcpServers": {
"shield-kya": {
"command": "npx",
"args": [
"-y",
"@shield-agent/kya"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"shield-kya": {
"command": "npx",
"args": [
"-y",
"@shield-agent/kya"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shield-kya": {
"command": "npx",
"args": [
"-y",
"@shield-agent/kya"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"shield-kya": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shield-agent/kya"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"shield-kya": {
"command": "npx",
"args": [
"-y",
"@shield-agent/kya"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.The-Pixel-Boys--shield-kya/reviews or the review_server meta-tool.
POST /mcp