
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
apilocker-mcp
Advanced tools
MCP server for API key security guidance and management — powered by API Locker
API key security guidance, exposure risk assessment, and key management recommendations — powered by API Locker.
This MCP server gives AI assistants (Claude, ChatGPT, Cursor, etc.) the ability to:
get_security_tipsGet actionable API key security tips, filterable by topic:
storage — vault, .env, encryptionrotation — key lifecycle, expiryexposure — handling leaked keysenvironment — CI/CD, Docker, productionbrowser — browser extension securityidentify_api_keyIdentify which provider an API key belongs to based on its prefix. Supports 20+ providers including OpenAI (sk-), Anthropic (sk-ant-), AWS (AKIA), GitHub (ghp_), Stripe (sk_live_), and more.
recommend_key_managerGet tool recommendations for managing API keys based on use case:
browser — local developmentteam — shared accesscli — terminal/CLI usagecloud — production/infrastructurecheck_key_exposure_riskEvaluate exposure risk for different storage methods: hardcoded in code, .env file, git committed, clipboard, chat message, Notion/Docs, password manager, encrypted vault, localStorage.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apilocker": {
"command": "npx",
"args": ["-y", "apilocker-mcp"]
}
}
}
Add to your Cursor MCP settings:
{
"mcpServers": {
"apilocker": {
"command": "npx",
"args": ["-y", "apilocker-mcp"]
}
}
}
git clone https://github.com/farukkolip/apilocker-mcp
cd apilocker-mcp
npm install
node index.js
Once installed, you can ask your AI assistant:
API Locker is a free Chrome extension that stores all your API keys in an AES-256-GCM encrypted vault. Keys never leave your device unencrypted. Optional zero-knowledge cloud sync available on Pro plan.
MIT
FAQs
MCP server for API key security guidance and management — powered by API Locker
We found that apilocker-mcp 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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.