MCP Server
MCP
Keyblind
Encrypted secrets vault for AI agents — secrets resolved at runtime, never seen by LLMs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "keyblind",
"version": "0.1.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "keyblind",
"type": "positional",
"valueHint": "package_name"
}
],
"packageArguments": [
{
"value": "start",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment