shield kya for Cursor
io.github.the-pixel-boys/shield-kya
KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.
client:Cursor
transport:stdio
runtime:npm
Install shield kya in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs