Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @securecode/mcp-server
MCP client config
{
"mcpServers": {
"securecode-mcp": {
"command": "npx",
"args": [
"-y",
"@securecode/mcp-server"
]
}
}
}