SecretCarousel
Rank #25,402io.github.jyswee/secretcarousel
Agent-first secrets vault. Store, rotate, and share credentials from chat. 20 tools.
SecretCarousel is a Model Context Protocol (MCP) server published by jyswee. It ranks #25,402 of 130,187 servers tracked on MCP Toplist. SecretCarousel is listed across 3 registries — Official MCP, Glama and mcp.so, with 17 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 104,785 of 130,187 servers on MCP Toplist.
Use SecretCarousel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http secretcarousel https://mcp.secretcarousel.com/sseclaude mcp add secretcarousel -e "SC_API_KEY=<your SC_API_KEY>" -- npx -y mcp-serve secretcarouselReplace each placeholder with your own value before saving.
[mcp_servers.secretcarousel]
url = "https://mcp.secretcarousel.com/sse"Add to ~/.codex/config.toml.
[mcp_servers.secretcarousel]
command = "npx"
args = ["-y", "mcp-serve", "secretcarousel"]
[mcp_servers.secretcarousel.env]
SC_API_KEY = "<your SC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.secretcarousel.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"secretcarousel": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"secretcarousel"
],
"env": {
"SC_API_KEY": "<your SC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secretcarousel": {
"url": "https://mcp.secretcarousel.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"secretcarousel": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"secretcarousel"
],
"env": {
"SC_API_KEY": "<your SC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"secretcarousel": {
"type": "http",
"url": "https://mcp.secretcarousel.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"secretcarousel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-serve",
"secretcarousel"
],
"env": {
"SC_API_KEY": "<your SC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secretcarousel": {
"serverUrl": "https://mcp.secretcarousel.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"secretcarousel": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"secretcarousel"
],
"env": {
"SC_API_KEY": "<your SC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secretcarousel": {
"url": "https://mcp.secretcarousel.com/sse"
}
}
}{
"mcpServers": {
"secretcarousel": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"secretcarousel"
],
"env": {
"SC_API_KEY": "<your SC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jyswee%2Fsecretcarousel)<a href="https://mcptoplist.com/server/io.github.jyswee%2Fsecretcarousel"><img src="https://mcptoplist.com/badge/io.github.jyswee%2Fsecretcarousel.svg" alt="MCP Toplist: Top 25% of 130,187" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jyswee
Other servers by jyswee
- Buggazi#18,559 · 18 vers
- gpusmarket#29,609 · 11 vers
- analyga#31,047 · 11 vers
- agenticmemory#33,093 · 2 vers
- a2a-trustgate#40,937 · 5 vers
- Canvasaas#47,066 · 1 ver
- taufunctions#48,408 · 3 vers
- appoiint#53,156
- Oddsockets CLI#54,749 · 2 vers
- authshore#55,301 · 2 vers
- BandSaaS MCP Server#55,302 · 2 vers
- vipsallowed#66,141 · 1 ver
Available versions (17)
| Version | Published |
|---|---|
| 2.20.0 | Sep 3, 2026 |
| 2.17.0 | Aug 31, 2026 |
| 2.16.0 | Aug 30, 2026 |
| 2.15.0 | Aug 20, 2026 |
| 2.13.0 | Aug 10, 2026 |
| 2.12.7 | Aug 9, 2026 |
| 2.12.6 | Aug 9, 2026 |
| 2.12.5 | Aug 8, 2026 |
| 2.12.4 | Aug 7, 2026 |
| 2.12.2 | Aug 7, 2026 |
| 2.12.1 | Aug 7, 2026 |
| 2.11.0 | Aug 2, 2026 |
| 2.10.10 | Jul 27, 2026 |
| 2.10.9 | Jul 27, 2026 |
| 2.10.8 | Jul 24, 2026 |
| 2.10.7 | Jul 23, 2026 |
| 2.10.6 | Jul 22, 2026 |
Frequently asked questions
- Who maintains SecretCarousel?
- SecretCarousel is maintained by jyswee, which publishes 21 MCP servers (80 total versions) tracked on MCP Toplist.
- Is SecretCarousel listed on the Official MCP Registry?
- Yes — SecretCarousel is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does SecretCarousel have?
- MCP Toplist tracks 17 versions of SecretCarousel, most recently published on Sep 3, 2026.
- Where can I find the source code for SecretCarousel?
- The source code for SecretCarousel is hosted at github.com/jyswee/secretcarousel.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.