
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@securecode/mcp-server
Advanced tools
SecureCodeHQ MCP Server - Let Claude Code access your secrets securely
MCP Server for SecureCodeHQ. Lets Claude Code access your secrets securely without exposing them in the chat.
1. Get your API key from securecodehq.com > Settings > API Keys
2. Add to your Claude Code config:
Edit ~/.claude.json:
{
"mcpServers": {
"securecode": {
"command": "npx",
"args": ["@securecode/mcp-server"],
"env": {
"SECURECODE_API_KEY": "sc_your_key_here"
}
}
}
}
3. Restart Claude Code. That's it.
Once connected, Claude Code can:
"Get my Stripe API key" -> reads from your vault
"List my production secrets" -> shows names and tags, never values
"Save this API key as OPENAI_KEY" -> creates a new secret
"Import my .env.production file" -> bulk import with auto-tagging
"Lock my session" -> blocks all access until you wake it
| Tool | Description |
|---|---|
get-secret | Get a secret value by name (with environment disambiguation) |
list-secrets | List all secrets with tags, expiry status, and descriptions |
create-secret | Create a new secret with tags, TTL, and domain |
update-secret | Update value, description, tags, or domain |
delete-secret | Soft-delete a secret |
renew-secret | Renew expired secrets or change TTL |
import-env | Import from .env or CSV content (with preview mode) |
export-env | Export secrets as .env or CSV format |
get-status | Check plan, usage limits, and secrets count |
wake-session | Unlock session with optional tag scope and auto-sleep timer |
sleep-session | Lock session immediately, block all access |
session-status | Check session status, scope, and time remaining |
The MCP server includes an adaptive Tip Engine that educates developers about security best practices:
Tips are throttled (max 3 per session, 1-week cooldown per secret) so they inform without annoying.
Control access to your secrets per session:
You: "Wake my session for the acme project staging"
Claude: [calls wake-session with scope [{project:"acme", env:"staging"}]]
-> Session unlocked. Only acme/staging secrets accessible.
You: "Lock my session"
Claude: [calls sleep-session]
-> Session locked. All access blocked.
Sessions auto-sleep after configurable inactivity (default: 2 hours).
sc_ prefixMIT
FAQs
SecureCodeHQ MCP Server - Let Claude Code access your secrets securely
The npm package @securecode/mcp-server receives a total of 23 weekly downloads. As such, @securecode/mcp-server popularity was classified as not popular.
We found that @securecode/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.