MCP Server
MCP
MCP Sentinel
Zero-trust MCP security proxy with policy enforcement, PII scrubbing, approvals, and audit trails.
Install
npx -y @oaslananka/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@oaslananka/sentinel",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SQLite database path used for audit and key storage.",
"format": "string",
"name": "SENTINEL_DB_PATH"
},
{
"description": "HTTP upstream MCP endpoint.",
"format": "string",
"name": "SENTINEL_UPSTREAM_URL"
},
{
"description": "stdio upstream MCP launch command.",
"format": "string",
"name": "SENTINEL_UPSTREAM_COMMAND"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment