MCP Server
MCP
io.github.stephenballot-ai/legacy-shield
Zero-knowledge encrypted vault for AI agents. EU-hosted persistent storage.
Install
npx -y @legacy-shield/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@legacy-shield/mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your LegacyShield API key (starts with ls_). Get one at POST https://api.legacyshield.eu/api/v1/auth/agent-register",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LEGACY_SHIELD_API_KEY"
},
{
"description": "LegacyShield API base URL",
"format": "string",
"name": "LEGACY_SHIELD_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment