
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@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/en/settings
2. Add to your Claude Code config:
Edit ~/.claude.json (or ~/.claude/claude_desktop_config.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 without values
"Save this new API key as OPENAI_KEY" → creates a secret
| Tool | Description | Input |
|---|---|---|
get-secret | Get a secret value by name | name: string |
list-secrets | List all secrets (names only, no values) | tags?: string[] |
create-secret | Create a new secret | name, value, description?, tags? |
sc_ prefixMIT
FAQs
SecureCodeHQ MCP Server - Let Claude Code access your secrets securely
The npm package @securecode/mcp-server receives a total of 92 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
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.