KSM MCP server for secure Keeper Vault integration with AI apps clients.
1.3K
A Model Context Protocol (MCP) server that provides secure access to Keeper Secrets Manager for AI applications like Claude Desktop. Enables AI agents to safely manage secrets, passwords, and files while maintaining security controls.
docker run -i --rm \
-e KSM_CONFIG_BASE64="YOUR_BASE64_CONFIG_STRING" \
keeper/keeper-mcp-server:latest
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ksm": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "KSM_CONFIG_BASE64=YOUR_BASE64_CONFIG_STRING_HERE",
"keeper/keeper-mcp-server:latest"
]
}
}
}
--no-logsKSM_CONFIG_BASE64: Your Keeper base64 configurationKSM_MCP_CONFIG_DIR: Custom config directoryKSM_MCP_PROFILE: Default profile nameKSM_CONFIG_BASE64 valueBuilt with Go • Supports Linux/AMD64 & ARM64
Content type
Image
Digest
sha256:966dd48ef…
Size
4.4 MB
Last updated
6 days ago
docker pull keeper/keeper-mcp-server