Agent-first secrets vault. Store, rotate, and share credentials from chat. 16 tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The secret vault your coding agents run themselves β store, rotate, and hand off credentials from any agent, so they stop passing keys in plain text.
git for your code. sc for your agents' secrets.
Your agent touches credentials all day β a database URL here, an API key there β and the moment its context resets, those secrets end up pasted into a .env file in Slack, echoed into a log, or left in the transcript. You become the vault. SecretCarousel is the vault the agent runs itself: one command, and it stores secrets encrypted, rotates them on a schedule, and β the part nothing else does β hands a secret to another agent through a one-time, scoped, expiring claim token, even across companies. No plain-text value ever crosses the boundary.
Works with: Claude Code Β· Cursor Β· Cline Β· Windsurf Β· Aider Β· Codex Β· any MCP client
The npm package is secretcarousel; the command is sc.
Or self-provision a vault in one command β no email, no card:
This is the part nothing else does. One agent mints a one-time, scoped, expiring token; another agent β different project, even different company β redeems it exactly once; the token burns; the whole exchange is audit-logged. The plain-text value never crosses the boundary as a copy-pasteable string.
No more DMing a key and hoping the other side deletes it. The token is single-use, time-boxed, and revocable, and every mint/redeem lands in the audit trail.
By default, secrets are encrypted at rest with AES-256-GCM. Flip on zero-knowledge mode and encryption happens on your machine, before the value ever reaches the server β SecretCarousel stores only ciphertext and never holds the key to unlock it. A database breach leaks gibberish.
Multiple agents can share one zero-knowledge vault via an enrollment handshake β the vault key is passed device-to-device, never to the server:
Prefer tools over a CLI? sc ships an MCP server. Point Claude Code (or any MCP client) at it and your agent gets the full toolset β store, retrieve, list, search, rotate, share, and the claim-token handoff β with structured JSON responses.
For clients that use a JSON config (Cline, Cursor, Windsurf), pass your API key via the SC_API_KEY environment variable. The MCP server runs outside your project directory, so it will not pick up .sc/config.json:
No key yet? Start it without one β the server boots in onboarding mode with an sc_signup tool that provisions a vault instantly (48-hour activation window; the emailed $0 card check starts the 7-day free trial), then the full toolset unlocks in place.
No CLI at all? Claude Web, Claude Desktop, Raycast, or any hosted MCP client can connect straight to our remote server. Same toolset, same API key, nothing to install:
Connect without the header and it starts in onboarding mode β call sc_signup to self-provision a vault mid-session (48-hour activation window, 7-day free trial via emailed $0 card check). Setup guide: Remote MCP quickstart.
Every store, retrieve, rotate, share, mint, and redeem lands in an immutable event log. Read it from the terminal or export it for compliance.
.env, promote secrets between environmentssc mcp-serve) or fully remote (mcp.secretcarousel.com): Claude Code, Claude Web, Cursor, Raycast, any MCP clientPricing: 7-day free trial. Card required (secure Stripe checkout), nothing charged during the trial β cancel before it ends and you pay nothing. After that, from $9/mo: Starter $9 Β· Pro $29 Β· Scale $99, each with included secrets plus low overage. Unlimited agents on every plan, no per-seat pricing. Details.
Config is per-project and auto-loaded from .sc/config.json. Add .sc/ to your .gitignore.
Add to your CLAUDE.md, .cursorrules, .clinerules, .windsurfrules, or AGENTS.md:
Every coding agent handles credentials, and every one of them eventually leaks one β into a .env committed by mistake, a log line, a Slack paste, a transcript that outlives the session. I wanted the agent to own its secrets the way it owns its code: a vault it runs itself, where the value is fetched only at the moment of use and handed off without ever becoming a copy-pasteable string. It's early and iterating fast β if something's rough or missing, open an issue.
Proprietary β Tyga.Cloud Ltd. See LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/secretcarousel)<a href="https://allmcps.com/mcp/secretcarousel"><img src="https://allmcps.com/api/badge/secretcarousel?style=directory" alt="Secretcarousel on AllMCPs" /></a>