
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.
@switchboard-mcp/cli
Advanced tools
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
A firewall and password manager for your AI coding agents.
Switchboard controls what Claude Code and Codex can reach in a repo. It finds the MCP servers and tokens your agents can already touch, gets secrets out of plaintext config and behind named keychain refs, and puts each agent on a scoped pass that expires on its own.

Everything runs locally. No account, no hosted service, no telemetry.
npm install -g @switchboard-mcp/cli
Or without installing:
npx -y @switchboard-mcp/cli@latest scan
Requires Node 22 or newer. Daily use is on macOS, CI runs on Linux, and a Windows keychain backend exists but gets less exercise.
Start in a repo where your agents already work:
switchboard scan # what can agents reach here?
switchboard import --dry-run # see the plan first
switchboard import --write --cleanup-client # one guarded route, token -> keychain ref
switchboard secrets set <ref> # store the token (import prints the command)
switchboard install claude --write # route the agent through Switchboard
switchboard grant --for 4h # scope the agent to an expiring pass
switchboard revoke # end it early
switchboard doctor tells you the next thing to fix at any point.
switchboard install claude --scope user (or codex) sets up a single
Switchboard server that works in every repo. Each agent session runs it in
whatever repo you are in, so it picks up that repo's config and the live pass
from switchboard grant automatically. Install once, grant per repo, and one
Switchboard daemon serves them all at the same time.
switchboard run). An agent with raw shell
access, a provider CLI, or a direct MCP route can bypass it. switchboard scan reports those bypass routes.grant says so itself when no client is
wired up, and install closes the gap.See the project on GitHub: github.com/wkoverfield/switchboard.
MIT licensed.
FAQs
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
We found that @switchboard-mcp/cli 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.