What is the io.github.sathergate/lockbox MCP server?
Encrypted secrets for Next.js. AES-256-GCM with no vault needed.
How to install io.github.sathergate/lockbox
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lockbox": {
"command": "npx",
"args": [
"-y",
"vaultbox"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lockbox": {
"command": "npx",
"args": [
"-y",
"vaultbox"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lockbox": {
"command": "npx",
"args": [
"-y",
"vaultbox"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lockbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaultbox"
]
}
}
}Claude Code
claude mcp add lockbox -- npx -y vaultboxRelated MCP servers
Cron jobs for Next.js. Serverless-native scheduling with retry support.
View repository →Image processing pipeline for Next.js. Responsive optimization with Sharp.
View repository →Feature flags for Next.js. One file, full control with A/B testing.
View repository →Rate limiting for Next.js. Zero-dependency sliding window and token bucket.
View repository →Unified notifications for Next.js. Multi-provider SMS, email, and push.
View repository →Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service.
View repository →