MCP Server
MCP
io.github.sparkvibe-io/GuardianShield
AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs
Install
uvx guardianshield
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "guardianshield",
"version": "1.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Default safety profile (general, education, healthcare, finance, children)",
"format": "string",
"name": "GUARDIANSHIELD_PROFILE"
},
{
"description": "Path to the SQLite audit database",
"format": "string",
"name": "GUARDIANSHIELD_AUDIT_PATH"
},
{
"description": "Set to 1 for debug logging",
"format": "string",
"name": "GUARDIANSHIELD_DEBUG"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment