shield kya for Cline
io.github.the-pixel-boys/shield-kya
KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.
client:Cline
transport:stdio
runtime:npm
Install shield kya in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"shield-kya": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs