MCP Server
MCP
io.github.The-Pixel-Boys/shield-kya
KYA MCP gate: evaluate, ingest, request approval. Sole PEP is Shield.
Install
npx -y @shield-agent/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@shield-agent/kya",
"version": "0.1.7",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "serve-mcp",
"type": "positional"
},
{
"value": "--stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Control plane origin (e.g. http://127.0.0.1:8090 or hosted URL)",
"isRequired": true,
"format": "string",
"name": "KYA_BASE_URL"
},
{
"description": "API key for the control plane (required when auth is on)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KYA_API_KEY"
},
{
"description": "Dual-plane host tag: ide (authoring) or runtime (production)",
"format": "string",
"default": "ide",
"name": "KYA_HOST"
},
{
"description": "Registered agent principal id",
"format": "string",
"name": "KYA_AGENT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment